Skip to content

Commit

Permalink
Merge pull request #76 from skrakau/fix_link
Browse files Browse the repository at this point in the history
Fix and update links to CAT database in docs
  • Loading branch information
skrakau authored Jul 15, 2020
2 parents b377a82 + 9bd2b59 commit a57d2f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ Database for taxonomic binning with kraken2 (default: none). E.g. "<ftp://ftp.cc

### `--cat_db`

Database for taxonomic classification of metagenome assembled genomes (default: none). E.g. "<tbb.bio.uu.nl/bastiaan/CAT*prepare/CAT_prepare_20190108.tar.gz>"
Database for taxonomic classification of metagenome assembled genomes (default: none). E.g. "<http://tbb.bio.uu.nl/bastiaan/CAT_prepare/CAT_prepare_20200618.tar.gz>"
The zipped file needs to contain a folder named "\_taxonomy*" and "_CAT_database_" that hold the respective files.

## Assembly options
Expand Down
2 changes: 1 addition & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def helpMessage() {
--centrifuge_db [file] Database for taxonomic binning with centrifuge (default: none). E.g. "ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/data/p_compressed+h+v.tar.gz"
--kraken2_db [file] Database for taxonomic binning with kraken2 (default: none). E.g. "ftp://ftp.ccb.jhu.edu/pub/data/kraken2_dbs/minikraken_8GB_202003.tgz"
--skip_krona [bool] Skip creating a krona plot for taxonomic binning
--cat_db [file] Database for taxonomic classification of metagenome assembled genomes (default: none). E.g. "tbb.bio.uu.nl/bastiaan/CAT_prepare/CAT_prepare_20190108.tar.gz"
--cat_db [file] Database for taxonomic classification of metagenome assembled genomes (default: none). E.g. "http://tbb.bio.uu.nl/bastiaan/CAT_prepare/CAT_prepare_20200618.tar.gz"
The zipped file needs to contain a folder named "*taxonomy*" and "*CAT_database*" that hold the respective files.
Binning options:
Expand Down

0 comments on commit a57d2f4

Please sign in to comment.