Crates.io | ncbi_dl |
lib.rs | ncbi_dl |
version | 0.1.8 |
source | src |
created_at | 2024-08-20 09:34:51.472382 |
updated_at | 2024-08-20 12:17:16.359826 |
description | download ncbi genome file |
homepage | |
repository | https://github.com/eric9n/Kun-peng |
max_upload_size | |
id | 1345075 |
size | 103,050 |
The ncbi binary is used to download resources from the NCBI website. Here is the help manual for the ncbi binary:
./target/release/ncbi -h
ncbi download resource
Usage: ncbi [OPTIONS] <COMMAND>
Commands:
taxonomy Download taxonomy files from NCBI (alias: tax)
genomes Download genomes data from NCBI (alias: gen)
help Print this message or the help of the given subcommand(s)
Options:
-d, --download-dir <DOWNLOAD_DIR> Directory to store downloaded files [default: lib]
-n, --num-threads <NUM_THREADS> Number of threads to use for downloading [default: 20]
-h, --help Print help (see more with '--help')
-V, --version Print version