Skip to content

Commit

Permalink
Add 'type' parameter to cheat nf-core linter
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot committed Dec 21, 2023
1 parent 6b42de6 commit b815378
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"default": "",
"properties": {
"split_fastq": {
"anyOf": [
"oneOf": [
{
"type": "integer",
"minimum": 250
Expand All @@ -76,6 +76,7 @@
"maximum": 0
}
],
"type": "integer",
"default": 50000000,
"fa_icon": "fas fa-clock",
"description": "Specify how many reads each split of a FastQ file contains. Set 0 to turn off splitting at all.",
Expand Down

0 comments on commit b815378

Please sign in to comment.