Use when fetching a small set of NCBI command-line binaries (`magic-blast`, `datasets`, or `sra-toolkit`) with the bundled EDirect downloader.
download-ncbi-software [ magic-blast | datasets | sra-toolkit ]/home/vimalinx/miniforge3/envs/bio/bin/download-ncbi-softwarereferences/help.mdmagic-blast, datasets / dataformat, or sra-toolkit directly from NCBI-hosted distribution locations.# 1) Download magic-blast for the current platform
PATH=/home/vimalinx/miniforge3/envs/bio/bin:$PATH \
/home/vimalinx/miniforge3/envs/bio/bin/download-ncbi-software magic-blast
# 2) Download the current datasets + dataformat pair
PATH=/home/vimalinx/miniforge3/envs/bio/bin:$PATH \
/home/vimalinx/miniforge3/envs/bio/bin/download-ncbi-software datasets
# 3) Show the tiny built-in usage banner
/home/vimalinx/miniforge3/envs/bio/bin/download-ncbi-software --help
magic-blast, datasets, or sra-toolkit.magic-blast, datasets / dataformat, and sra-toolkit.nquire; keep the bio / EDirect bin directory on PATH.magic-blast and datasets are handled, but sra-toolkit falls through with an empty suffix and effectively does nothing while still exiting successfully.