Skip to main content

bactopia-atb-downloader

Download All-the-Bacteria assemblies based on input query

Usage

bactopia-atb-downloader [OPTIONS]

Required Options

OptionTypeDefaultDescription
--query, -qSTRINGThe species name, taxid, accession to query and download

ATB Download Options

OptionTypeDefaultDescription
--outdir, -oSTRING./atb-assembliesDirectory to download ATB assemblies to
--atb-file-list-url, -aSTRINGhttps://osf.io/download/4yv85/The URL to the ATB file list
--dry-run, -dBOOLfalseDo not download any files, just show what would be downloaded
--progress, -pBOOLfalseShow download progress bar
--cpusINT4The total number of cpus to use for downloading and compressing
--uncompressed, -uBOOLfalseDo not compress the downloaded files
--remove-archives, -rBOOLfalseRemove the downloaded tar.xz archives after extracting samples

NCBI API Options

OptionTypeDefaultDescription
--ncbi-api-key, -kSTRINGThe API key to use for the NCBI API
--chunk-size, -cINT200The size of the chunks to split the list into

Additional Options

OptionTypeDefaultDescription
--forceBOOLfalseOverwrite existing files
--verboseBOOLfalsePrint debug related text
--silentBOOLfalseOnly critical errors will be printed
--version, -VBOOLfalseShow the version and exit.