Skip to content

Commit ff0f0dd

Browse files
committed
Add params to schema
1 parent 15fa2fe commit ff0f0dd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

nextflow_schema.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,11 @@
192192
"description": "Reads mapping to multiple locations are not filtered from alignments.",
193193
"fa_icon": "fas fa-cart-arrow-down"
194194
},
195+
"bwa_min_score": {
196+
"type": "integer",
197+
"description": "Don\u2019t output BWA MEM alignments with score lower than this parameter.",
198+
"fa_icon": "fas fa-hand-paper"
199+
},
195200
"save_align_intermeds": {
196201
"type": "boolean",
197202
"default": false,
@@ -234,6 +239,16 @@
234239
"description": "Specifies broad cutoff value for MACS2. Only used when --narrow_peak isnt specified.",
235240
"fa_icon": "fas fa-hand-scissors"
236241
},
242+
"macs_fdr": {
243+
"type": "number",
244+
"description": "Minimum FDR (q-value) cutoff for peak detection, --macs_fdr and --macs_pvalue are mutually exclusive.",
245+
"fa_icon": "fas fa-sort-amount-down"
246+
},
247+
"macs_pvalue": {
248+
"type": "number",
249+
"description": "p-value cutoff for peak detection, --macs_fdr and --macs_pvalue are mutually exclusive. If --macs_pvalue cutoff is set, q-value will not be calculated and reported as -1 in the final .xls file.",
250+
"fa_icon": "fas fa-sort-amount-down"
251+
},
237252
"min_reps_consensus": {
238253
"type": "integer",
239254
"default": 1,
@@ -522,4 +537,4 @@
522537
"fa_icon": "fas fa-file-import"
523538
}
524539
}
525-
}
540+
}

0 commit comments

Comments
 (0)