diff --git a/nextflow.config b/nextflow.config index abb17cc..0c2c5f7 100644 --- a/nextflow.config +++ b/nextflow.config @@ -73,6 +73,8 @@ params { validate_params = true schema_ignore_params = 'genomes,modules' + show_hidden_params = false + // Config options diff --git a/nextflow_schema.json b/nextflow_schema.json index 29340d4..5bd012e 100644 --- a/nextflow_schema.json +++ b/nextflow_schema.json @@ -134,13 +134,13 @@ "skip_polypolish": { "type": "boolean", "default": false, - "description": "Skip assembly polish step with illumina reads with polypolish tool.", + "description": "Skip contig polish steps with illumina reads using polypolish tool.", "fa_icon": "fas fa-cut" }, "skip_polca": { "type": "boolean", "default": false, - "description": "Skip assembly polish step with illumina reads with polca tool.", + "description": "Skip contig polish steps with illumina reads using polca tool.", "fa_icon": "fas fa-cut" }, "skip_nanopore_reads_qc": { @@ -158,7 +158,7 @@ "skip_illumina_reads_polish": { "type": "boolean", "default": false, - "description": "Skip assembly polish step with illumina reads steps.", + "description": "Skip contig polishing steps with illumina reads.", "fa_icon": "fas fa-cut" } }