Skip to content

Commit 3f1764e

Browse files
committed
Format changes in schema
1 parent 81ada33 commit 3f1764e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

nextflow_schema.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -390,12 +390,12 @@
390390
"centrifuge_db": {
391391
"type": "string",
392392
"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."
394394
},
395395
"kraken2_db": {
396396
"type": "string",
397397
"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."
399399
},
400400
"skip_krona": {
401401
"type": "boolean",
@@ -404,16 +404,16 @@
404404
"cat_db": {
405405
"type": "string",
406406
"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."
408408
},
409409
"cat_db_generate": {
410410
"type": "boolean",
411411
"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."
413413
},
414414
"save_cat_db": {
415415
"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`.",
417417
"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."
418418
},
419419
"gtdb": {

0 commit comments

Comments
 (0)