Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoli-dong committed Nov 2, 2023
1 parent 9c6b69c commit dc4fc09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ params {

validate_params = true
schema_ignore_params = 'genomes,modules'
show_hidden_params = false



// Config options
Expand Down
6 changes: 3 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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"
}
}
Expand Down

0 comments on commit dc4fc09

Please sign in to comment.