Simplified & efficient GISAID interactions.
Project description
gisaid-uploader
Simplified uploads to GISAID
-
Register for a GISAID account
-
Email GISAID & request a client ID
Authenticate once:
>>> import gisaid as gs
>>> gs.GiSaid(authenticate=True, client_id='foo',
>>> username='bar', password='foobar', filename='authfile.json')
"Authentication successful"
CSV + fasta file:
>>> import gisaid as gs
>>> files = ["upload.csv", "fasta.fa"]
>>> x = gs.GiSaid(files)
>>> x.upload()
"Upload successful"
Collated CSV:
>>> import gisaid as gs
>>> files = ["collated", "upload.csv"]
>>> x = gs.GiSaid(files)
>>> x.upload()
"Upload successful"
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
gisaid-1.0.3b0.tar.gz
(3.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gisaid-1.0.3b0.tar.gz.
File metadata
- Download URL: gisaid-1.0.3b0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae9dd762bfc460eff3a3cb4988361443abfc3e35dbf0ce954de235ca330e5324
|
|
| MD5 |
354c59976060c4f7e979392515261b4c
|
|
| BLAKE2b-256 |
5a72e1f81390dbfbe7fce9d6dcc0c583b386c63f24ed46f60c16c9f5754759ae
|
File details
Details for the file gisaid-1.0.3b0-py3-none-any.whl.
File metadata
- Download URL: gisaid-1.0.3b0-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.21.0 setuptools/54.1.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf888e7ceefc5fa1fca702fea2d0b58e735745320cb85cc7c503f19dd50afaf7
|
|
| MD5 |
2a11950d350fe6db8e7ab65fbe131954
|
|
| BLAKE2b-256 |
de691a44d30d95aea5415022c1e610e6d7bdd0241d3936de5c0106168037a70d
|