Skip to content

Commit

Permalink
Merge pull request #728 from d4straub/update-nextflowschema
Browse files Browse the repository at this point in the history
Update nextflowschema
  • Loading branch information
d4straub authored Apr 2, 2024
2 parents 4a11f03 + 066df3d commit b68e479
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### `Added`

- [#700](https://github.com/nf-core/ampliseq/pull/700) - Optional `--save_intermediates` to publish QIIME2 data objects (.qza) and visualisation objects (.qzv)
- [#702](https://github.com/nf-core/ampliseq/pull/702),[#723](https://github.com/nf-core/ampliseq/pull/723) - Add multiple regions analysis (including 5R / SMURF / q2-sidle)
- [#702](https://github.com/nf-core/ampliseq/pull/702),[#723](https://github.com/nf-core/ampliseq/pull/723),[#728](https://github.com/nf-core/ampliseq/pull/728) - Add multiple regions analysis (including 5R / SMURF / q2-sidle)

### `Changed`

Expand Down
3 changes: 2 additions & 1 deletion nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,8 @@
"sidle_ref_tree_custom": {
"type": "string",
"help_text": "Overwrites tree chosen by `--sidle_ref_taxonomy`",
"description": "Path to SIDLE reference taxonomy tree (*.qza)"
"description": "Path to SIDLE reference taxonomy tree (*.qza)",
"pattern": "^.*\\.qza$"
}
}
},
Expand Down

0 comments on commit b68e479

Please sign in to comment.