ncbi_dl

Crates.ioncbi_dl
lib.rsncbi_dl
version0.1.8
sourcesrc
created_at2024-08-20 09:34:51.472382
updated_at2024-08-20 12:17:16.359826
descriptiondownload ncbi genome file
homepage
repositoryhttps://github.com/eric9n/Kun-peng
max_upload_size
id1345075
size103,050
dagou (eric9n)

documentation

README

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
Commit count: 285

cargo fmt