Skip to main content

CLI tool for uploading data to the HCA data platform

Project description

hca-util

CLI tool for uploading data to a centralised data platform.

There are currently two different deployments of the tool both published to PyPi:

  1. hca-util -- for uploading data to the HCA data platform
  2. covid-util -- for uploading data to the European COVID-19 data platform

Depending on which installation you use, replace XXX-util with either hca-util or covid-util. Note that each tool deployment uses its own separate data storage and access credentials.

Users

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

Get XXX-util from PyPi.

$ pip install XXX-util

Usage

Display help

$ XXX-util -h
usage: XXX-util [-h] [--profile PROFILE]
                   {config,create,select,dir,clear,list,upload,download,delete}

In the above, optional arguments are between [] and choices between {}.

The basic usage is as follows:

$ XXX-util cmd ARG1 ARG2 -o1 -o2

Use the tool by specifying a command (cmd - see list below) to run, any mandatory (positional) arguments (e.g. ARG1 and ARG2 - see positional args for each command), and any optional arguments (e.g. -o1 and o2 - see options for each command).

List of commands

help for a specific command:

$ XXX-util <command> -h

Some commands or options/flags are restricted to authorised users (for e.g. admin) only.

config command

Configure AWS credentials

$ XXX-util config ACCESS_KEY SECRET_KEY

positional arguments:
  ACCESS_KEY         AWS Access Key ID
  SECRET_KEY         AWS Secret Access Key

By default, this tool looks for and uses the profile name XXX-util, if it exists, or it can be set by the config command.

Running a command with the --profile argument uses the specified profile instead of the default XXX-util profile.

create command

Create an upload area (authorised users only)

$ XXX-util create NAME [-p {u,ud,ux,udx}]


positional arguments:
  NAME               name for the new area

optional arguments:
  -n name            optional project name for new area
  -p {u,ud,ux,udx}   allowed actions (permissions) on new area. u for
                     upload, x for delete and d for download. Default is ux

select command

Select or show the active upload area

$ XXX-util select AREA

positional arguments:
  AREA                area uuid. If not present then selected area is shown

list command

List contents of selected area

$ XXX-util list [-b]

optional arguments:
  -b                 list all areas in bucket **(authorised users only)**

upload command

Upload files to the selected area

$ XXX-util upload (-a | -f file [file ...]) [-o]

optional arguments:
  -a                  upload all files from current user directory
  -f file [file ...]  upload specified file(s)
  -o                  overwrite files with same names

download command

Download files from the selected area

$ XXX-util download (-a | -f file [file ...])

optional arguments:
  -a                  download all files from selected area
  -f file [file ...]  download specified file(s) only

delete command

Delete files from the selected area

$ XXX-util delete (-a | -f file [file ...] | -d)

optional arguments:
  -a                  delete all files from selected area
  -f file [file ...]  delete specified file(s) only
  -d                  delete area and contents **(authorised users only)**

Developers

Download dependencies

pip install -r requirements.txt

Run

python3 -m util

Run tests

nosetests

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.2.1.tar.gz (16.7 kB view details)

Uploaded Source

Built Distribution

hca_util-0.2.1-py3-none-any.whl (26.2 kB view details)

Uploaded Python 3

File details

Details for the file hca-util-0.2.1.tar.gz.

File metadata

  • Download URL: hca-util-0.2.1.tar.gz
  • Upload date:
  • Size: 16.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9

File hashes

Hashes for hca-util-0.2.1.tar.gz
Algorithm Hash digest
SHA256 209be4ac3811fbc06f0041a0f40cc3563ce4694f8ecfc5a8fa503d1a9296c345
MD5 7f9a55e4739db202ff12f1fe99c80f15
BLAKE2b-256 1322e2e29c796b8906f067e97a63db4001413c48520c45d14c4c2c97f1684161

See more details on using hashes here.

File details

Details for the file hca_util-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: hca_util-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 26.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9

File hashes

Hashes for hca_util-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5a2a8464958eaf8f56924eab5cb24edba0ae3b968f75d54e23e4c1a8c59534f3
MD5 12a822ad62543ca2c77b6bb6f345646e
BLAKE2b-256 929d7912dd782e75f8c85dfb05fbb09314053cc8baa24188c5465f015831b570

See more details on using hashes here.

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