Change schema meta - #88
Merged
Merged
Conversation
KateSakharova
marked this pull request as ready for review
July 21, 2026 19:59
mberacochea
reviewed
Jul 22, 2026
mberacochea
reviewed
Jul 22, 2026
mberacochea
reviewed
Jul 22, 2026
mberacochea
reviewed
Jul 22, 2026
mberacochea
reviewed
Jul 22, 2026
mberacochea
reviewed
Jul 22, 2026
mberacochea
approved these changes
Jul 22, 2026
mberacochea
left a comment
Collaborator
There was a problem hiding this comment.
Thanks @KateSakharova
I've left some very minor comments
|
KateSakharova
force-pushed
the
fix/meta_objects
branch
from
July 23, 2026 08:47
eb1e8b7 to
b9a9c4b
Compare
KateSakharova
force-pushed
the
fix/meta_objects
branch
from
July 23, 2026 13:47
4ea4124 to
edd594a
Compare
mberacochea
approved these changes
Jul 24, 2026
ochkalova
approved these changes
Jul 27, 2026
ochkalova
left a comment
Contributor
There was a problem hiding this comment.
Amazing work! So much cleaner now 👏🏻
Comment on lines
+119
to
+120
| "type": "number", | ||
| "minimum": 0 |
Contributor
There was a problem hiding this comment.
coverage = 0 will fail ENA validation
would be good to add some check that it's > 0 if it's possible
Contributor
Author
There was a problem hiding this comment.
yeah, good catch, changed to exclusiveMinimum
Comment on lines
30
to
45
| "fastq_1": { | ||
| "anyOf": [ | ||
| { | ||
| "type": "string", | ||
| "format": "file-path", | ||
| "exists": true, | ||
| "pattern": "^\\S+\\.(fq|fastq)(\\.gz)?$" | ||
| }, | ||
| { | ||
| "type": "string", | ||
| "maxLength": 0 | ||
| } | ||
| ], | ||
| "errorMessage": "FASTQ file must have extension '.fq' or '.fastq' (optionally gzipped)", | ||
| "description": "Forward reads if paired-end or single-end reads FASTQ file" | ||
| }, |
Contributor
There was a problem hiding this comment.
I think this one also requires default = null, or not? 🤔
Contributor
Author
There was a problem hiding this comment.
true, I forgot is it also not required value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
sampletoidin samplesheets. Changed test-datasets Rename sample to id in samplesheets test-datasets#2162.booleanInitial release #72 (comment) with change Update samplesheets test-datasets#2166 and Make boolean values lowercase test-datasets#2168