Skip to content

Commit

Permalink
Merge pull request #484 from nf-core/improve-validation
Browse files Browse the repository at this point in the history
Improve validation of run_accessions IDs within sample IDs
  • Loading branch information
jfy133 authored May 16, 2024
2 parents 3db8a26 + c66dc4e commit c1e643f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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`

- [#484](https://github.com/nf-core/taxprofiler/pull/484) Improved input validation to immediately fail if run accession IDs within a given sample ID are not unique (❤️ to @sofstam for reporting, fixed by @jfy133)

### `Dependencies`

### `Deprecated`
Expand Down
1 change: 1 addition & 0 deletions assets/schema_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
},
"run_accession": {
"type": "string",
"unique": ["sample"],
"errorMessage": "Run accession must be provided and cannot contain spaces."
},
"instrument_platform": {
Expand Down

0 comments on commit c1e643f

Please sign in to comment.