2 releases

0.1.8 Aug 20, 2024
0.1.7 Aug 20, 2024

#169 in Biology

MIT license

50KB
1K SLoC

ncbi tool

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

Dependencies

~12–27MB
~421K SLoC