Utilities for the MetaSUB Consortium
Project description
MetaSUB Utilities
Utilities for the MetaSUB Consortium
Free software: MIT license
Features
A collection of utilites to manage the MetaSUB project.
Most of the tools in this package involve uploading or downloading data.
pip install metasub_utils
Downloading Data From Wasabi
To download data or assemblies from wasabi you will need API credentials. Please contact David Danko (dcd3001@med.cornell.edu) to acquire these keys.
Wasabi is a clone of amazon S3. To use Wasabi you will need to install the AWS-CLI
Once you have installed the aws command line tool you need to configure an account.
$ aws configure --profile wasabi
AWS Access Key ID [None]: `your access key`
AWS Secret Access Key [None]: `your secret key`
Default region name [None]:
Default output format [None]:
Once your account is configured you can use this utility package to download files. The following commands will be most useful.
$ metasub wasabi download-contigs --help
$ metasub wasabi download-unassembled-data --help
Note that all download commands dryrun by default. You will need to add the –wetrun flag to actually download data.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2018-07-30)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file metasub_utils-0.2.0.tar.gz
.
File metadata
- Download URL: metasub_utils-0.2.0.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 81be04c1e95ab6fd57610b4053cea262e90202b124c01350c3b60ca7e9f294d1 |
|
MD5 | fd132529232637df442b360c6e9e879d |
|
BLAKE2b-256 | 35090e095c6f663bd48cc1bb6c85d63a1fe129c8922feb78f43f9af71945dcb2 |