|
390 | 390 | "centrifuge_db": {
|
391 | 391 | "type": "string",
|
392 | 392 | "description": "Database for taxonomic binning with centrifuge.",
|
393 |
| - "help_text": "E.g. \"ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/data/p_compressed+h+v.tar.gz\"." |
| 393 | + "help_text": "E.g. ftp://ftp.ccb.jhu.edu/pub/infphilo/centrifuge/data/p_compressed+h+v.tar.gz." |
394 | 394 | },
|
395 | 395 | "kraken2_db": {
|
396 | 396 | "type": "string",
|
397 | 397 | "description": "Database for taxonomic binning with kraken2.",
|
398 |
| - "help_text": "The database file must be a compressed tar archive that contains at least the three files `hash.k2d`, `opts.k2d` and `taxo.k2d`. E.g. \"ftp://ftp.ccb.jhu.edu/pub/data/kraken2_dbs/minikraken_8GB_202003.tgz\"." |
| 398 | + "help_text": "The database file must be a compressed tar archive that contains at least the three files `hash.k2d`, `opts.k2d` and `taxo.k2d`. E.g. ftp://ftp.ccb.jhu.edu/pub/data/kraken2_dbs/minikraken_8GB_202003.tgz." |
399 | 399 | },
|
400 | 400 | "skip_krona": {
|
401 | 401 | "type": "boolean",
|
|
404 | 404 | "cat_db": {
|
405 | 405 | "type": "string",
|
406 | 406 | "description": "Database for taxonomic classification of metagenome assembled genomes.",
|
407 |
| - "help_text": "E.g. \"https://tbb.bio.uu.nl/bastiaan/CAT_prepare/CAT_prepare_20210107.tar.gz\". This parameter is mutually exclusive with '--cat_db_generate'. The zipped file needs to contain a folder named '*taxonomy*' and '*database*' that hold the respective files." |
| 407 | + "help_text": "E.g. https://tbb.bio.uu.nl/bastiaan/CAT_prepare/CAT_prepare_20210107.tar.gz. This parameter is mutually exclusive with `--cat_db_generate`. The zipped file needs to contain a folder named '*taxonomy*' and '*database*' that hold the respective files." |
408 | 408 | },
|
409 | 409 | "cat_db_generate": {
|
410 | 410 | "type": "boolean",
|
411 | 411 | "description": "Generate CAT database.",
|
412 |
| - "help_text": "Download the taxonomy files from NCBI taxonomy, the nr database and generate CAT database. This parameter is mutually exclusive with '--cat_db'. Useful to build a CAT database with the same DIAMOND version as used for running CAT classification, avoiding compatibility problems." |
| 412 | + "help_text": "Download the taxonomy files from NCBI taxonomy, the nr database and generate CAT database. This parameter is mutually exclusive with `--cat_db`. Useful to build a CAT database with the same DIAMOND version as used for running CAT classification, avoiding compatibility problems." |
413 | 413 | },
|
414 | 414 | "save_cat_db": {
|
415 | 415 | "type": "boolean",
|
416 |
| - "description": "Save the CAT database generated when specified by '--cat_db_generate'.", |
| 416 | + "description": "Save the CAT database generated when specified by `--cat_db_generate`.", |
417 | 417 | "help_text": "Useful to allow reproducibility, as old versions of prebuild CAT databases do not always remain accessible and underlying NCBI taxonomy and nr databases change."
|
418 | 418 | },
|
419 | 419 | "gtdb": {
|
|
0 commit comments