Skip to main content

nohuman_download

Tags: bacteria database download human decontamination kraken2 nohuman run-scope

Download the nohuman database for human read removal.

Fetches the Kraken2-based database used by nohuman to classify and remove human reads from sequencing datasets. The database is built from Human Pangenome Reference Consortium (HPRC) genomes.

Internet & Storage Required

This process requires an active internet connection and sufficient disk space to store the Kraken2 database files.

Outputs

record (
db: Path?,
db_tarball: Path?,
logs: Set<Path?>
)
FieldTypeDescription
dbPath?The nohuman Kraken2 database directory
db_tarballPath?A compressed tarball of the database (if requested via parameters)
logsSet<Path?>Optional program specific log files

Parameters

Nohuman Download Parameters

ParameterTypeDefaultDescription
--nohuman_dbstringPath to the nohuman database or directory to download it to
--nohuman_db_versionstringDatabase version to download (default: latest HPRC release)
--nohuman_save_as_tarballbooleanfalseSave the nohuman database as a tarball
--download_nohumanbooleanfalseDownload the nohuman database to the path given by --nohuman_db

Used By

Subworkflows

  • nohuman - Remove human reads from sequencing data using nohuman.

Citations

If you use this in your analysis, please cite the following.

Source

View source on GitHub

Version

NOHUMAN_DOWNLOAD:
- bactopia-teton: 1.1.3