Skip to main content

CLI tool to allow submitters to upload to and download from the EBI S3 buckets.

Project description

hca-util

This tool is intended to allow HCA wranglers and contributors to upload and download data to/from the HCA S3 bucket.

https://github.com/ebi-ait/hca-util

Prerequisites

Users need to have

  1. Basic command-line knowledge
  2. Python3.x installed on their machine
  3. Credentials to access data in the S3 bucket (access and secret keys)

Install and configure

  1. Get the tool from PyPi

     $ pip install hca-util
    
  2. Run the hca-util tool

     $ hca-util
     Type ? to list commands
     hca>
    
  3. Run config command specifying your credentials

     hca> config ACCESS_KEY SECRET_KEY
    

Step 2 opens an interactive prompt.

Step 3 adds a new hca-util profile to your local AWS configuration which the tool uses.

Use the tool to upload and download data

The following commands are currently possible.

command                         description
=======                         ===========
config ACCESS_KEY SECRET_KEY    Configure your machine with credentials
create [project_name] [-udx]    Create an upload directory for project (authorised user only)
                                Project name is optional
                                If specified, needs to be between 1-12 alphanumeric characters with no space
list                            List contents of bucket (authorised user only)
list DIR_NAME                   List contents of directory
select DIR_NAME                 Select active directory for upload and download
dir                             Show selected directory
upload F1 [f2] [f3] ...         Multi-files upload to selected directory
upload .                        Upload all files from current user directory
delete F1 [f2] [f3] ...         Delete specified file(s) from selected directory
delete .                        Delete all files from selected directory
download F1 [f2] [f3] ...       Download specified file(s) from selected directory to local machine
download .                      Download all files from selected directory to local machine

Type ? or help to list commands.

Type help <command> to display help info about a command.

Note only authorised users (for e.g. wranglers, devs) with their elevated access can create directory and list all directories.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hca-util-0.0.7.tar.gz (7.3 kB view hashes)

Uploaded Source

Built Distribution

hca_util-0.0.7-py3-none-any.whl (19.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page