Skip to content

Commit e7126c8

Browse files
committed
Move --skip_* parameters to the same section
1 parent 1c6012e commit e7126c8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

nextflow_schema.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,6 @@
8585
"description": "Path to GFF3 annotation file.",
8686
"help_text": "This parameter must be specified if `--genome` or `--gtf` are not specified."
8787
},
88-
"skip_gtf_filter": {
89-
"type": "boolean",
90-
"fa_icon": "fas fa-forward",
91-
"description": "Skip filtering of GTF for valid scaffolds and/ or transcript IDs.",
92-
"help_text": "If you're confident on the validity of the GTF with respect to the genome fasta file, or wish to disregard failures thriggered by the filtering module, activate this option."
93-
},
94-
"skip_gtf_transcript_filter": {
95-
"type": "boolean",
96-
"fa_icon": "fas fa-forward",
97-
"description": "Skip the 'transcript_id' checking component of the GTF filtering script used in the pipeline."
98-
},
9988
"gene_bed": {
10089
"type": "string",
10190
"format": "file-path",
@@ -531,6 +520,17 @@
531520
"fa_icon": "fas fa-fast-forward",
532521
"description": "Options to skip various steps within the workflow.",
533522
"properties": {
523+
"skip_gtf_filter": {
524+
"type": "boolean",
525+
"fa_icon": "fas fa-forward",
526+
"description": "Skip filtering of GTF for valid scaffolds and/ or transcript IDs.",
527+
"help_text": "If you're confident on the validity of the GTF with respect to the genome fasta file, or wish to disregard failures thriggered by the filtering module, activate this option."
528+
},
529+
"skip_gtf_transcript_filter": {
530+
"type": "boolean",
531+
"fa_icon": "fas fa-forward",
532+
"description": "Skip the 'transcript_id' checking component of the GTF filtering script used in the pipeline."
533+
},
534534
"skip_bbsplit": {
535535
"type": "boolean",
536536
"default": true,

0 commit comments

Comments
 (0)