You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ Database for taxonomic binning with kraken2 (default: none). E.g. "<ftp://ftp.cc
237
237
238
238
### `--cat_db`
239
239
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>"
241
241
The zipped file needs to contain a folder named "\_taxonomy*" and "_CAT_database_" that hold the respective files.
Copy file name to clipboardExpand all lines: main.nf
+1-1
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ def helpMessage() {
72
72
--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"
73
73
--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"
74
74
--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"
76
76
The zipped file needs to contain a folder named "*taxonomy*" and "*CAT_database*" that hold the respective files.
0 commit comments