Skip to content

Commit a57d2f4

Browse files
authored
Merge pull request #76 from skrakau/fix_link
Fix and update links to CAT database in docs
2 parents b377a82 + 9bd2b59 commit a57d2f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/usage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Database for taxonomic binning with kraken2 (default: none). E.g. "<ftp://ftp.cc
237237

238238
### `--cat_db`
239239

240-
Database for taxonomic classification of metagenome assembled genomes (default: none). E.g. "<tbb.bio.uu.nl/bastiaan/CAT*prepare/CAT_prepare_20190108.tar.gz>"
240+
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>"
241241
The zipped file needs to contain a folder named "\_taxonomy*" and "_CAT_database_" that hold the respective files.
242242

243243
## Assembly options

main.nf

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def helpMessage() {
7272
--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"
7373
--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"
7474
--skip_krona [bool] Skip creating a krona plot for taxonomic binning
75-
--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"
75+
--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"
7676
The zipped file needs to contain a folder named "*taxonomy*" and "*CAT_database*" that hold the respective files.
7777
7878
Binning options:

0 commit comments

Comments
 (0)