Skip to content

Commit

Permalink
Fix: save_trimmed_fail is a boolean
Browse files Browse the repository at this point in the history
save_trimmed_fail had conflicting settings for boolean and enum of two strings. This removes the enum option.
  • Loading branch information
adamrtalbot authored Apr 16, 2024
1 parent 9f368d4 commit 9334814
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"properties": {
"save_trimmed_fail": {
"type": "boolean",
"enum": ["true", "false"],
"description": "save files that failed to pass trimming thresholds ending in `*.fail.fastq.gz`"
},
"save_merged": {
Expand Down

0 comments on commit 9334814

Please sign in to comment.