Skip to content

Commit

Permalink
Merge pull request #125 from nf-core/fix_schema_boolean
Browse files Browse the repository at this point in the history
Fix: save_trimmed_fail is a boolean
  • Loading branch information
Daniel-VM authored Apr 22, 2024
2 parents d2be649 + ab26e8d commit 9e0399c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### `Fixed`

- [#125](https://github.com/nf-core/bacass/pull/125) - Fixed conflicting settings in save_trimmed_fail parameter.

### `Dependencies`

### `Deprecated`
Expand Down
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 9e0399c

Please sign in to comment.