Skip to content

Commit

Permalink
Add params to schema
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jul 1, 2020
1 parent a7e069b commit 49e80e3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
"description": "Reads mapping to multiple locations are not filtered from alignments.",
"fa_icon": "fas fa-cart-arrow-down"
},
"bwa_min_score": {
"type": "integer",
"description": "Don\u2019t output BWA MEM alignments with score lower than this parameter.",
"fa_icon": "fas fa-hand-paper"
},
"skip_merge_replicates": {
"type": "boolean",
"default": false,
Expand Down Expand Up @@ -259,6 +264,16 @@
"description": "Specifies broad cutoff value for MACS2. Only used when --narrow_peak isnt specified.",
"fa_icon": "fas fa-hand-scissors"
},
"macs_fdr": {
"type": "number",
"description": "Minimum FDR (q-value) cutoff for peak detection, --macs_fdr and --macs_pvalue are mutually exclusive.",
"fa_icon": "fas fa-sort-amount-down"
},
"macs_pvalue": {
"type": "number",
"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.",
"fa_icon": "fas fa-sort-amount-down"
},
"min_reps_consensus": {
"type": "integer",
"default": 1,
Expand Down

0 comments on commit 49e80e3

Please sign in to comment.