Skip to content

Commit

Permalink
Fix syntax error in nextflow_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Aug 6, 2024
1 parent cce50cb commit af15e96
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@
"type": "string",
"fa_icon": "fas fa-wrench",
"description": "Comma separated list of circRNA quantification tools to use. Supported tools: ciriquant, circexplorer2, find_circ, circrna_finder, mapsplice, dcc, segemehl",
"pattern": "^(ciriquant|circexplorer2|find_circ|circrna_finder|mapsplice|dcc|segemehl)(,(ciriquant|circexplorer2|find_circ|circrna_finder|mapsplice|dcc|segemehl))*$"
"pattern": "^(ciriquant|circexplorer2|find_circ|circrna_finder|mapsplice|dcc|segemehl)(,(ciriquant|circexplorer2|find_circ|circrna_finder|mapsplice|dcc|segemehl))*$",
"help_text": "Select one or a combination of circRNA quantification tools for the pipeline e.g:\n--tool 'circexplorer2, ciriquant, find_circ'\n\nN.B: Selecting more than one circRNA quantification tool will trigger the circRNA filtering parameter --tool_filter",
"default": "circexplorer2",
"pattern": "^((circexplorer2|circrna_finder|ciriquant|dcc|find_circ|mapsplice|segemehl)?,?)*[^,]+$"
"default": "circexplorer2"
},
"bsj_reads": {
"type": "integer",
Expand Down

0 comments on commit af15e96

Please sign in to comment.