Update changelog with JSON schema improvements#459
Open
ftamiro wants to merge 5 commits intonf-core:devfrom
Open
Update changelog with JSON schema improvements#459ftamiro wants to merge 5 commits intonf-core:devfrom
ftamiro wants to merge 5 commits intonf-core:devfrom
Conversation
|
nvnieuwk
reviewed
Mar 27, 2025
assets/schema_input.json
Outdated
| "format": "file-path", | ||
| "pattern": "^\\S+\\.f(ast)?q\\.gz$" | ||
| }, | ||
| { |
There was a problem hiding this comment.
You can remove this anyOf section and add the keywords from the first section to the root of the fastq_2 parameter
nvnieuwk
reviewed
Mar 27, 2025
nvnieuwk
reviewed
Mar 27, 2025
nvnieuwk
reviewed
Mar 27, 2025
nvnieuwk
left a comment
There was a problem hiding this comment.
Wow, well done! Here are some small comments!
Author
Thank you for all the comments! I will review everything and address them in the following days (weekend, April 5-6). |
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
|
@ftamiro any updates here? |
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.
Copy the master branch only)devbranch and sync the upstream changes (Sync fork->Update branch)json-schema-improvementswith thedevbranch as base in the forkjson-schema-improvementsbranch of the fork either locally (git clone) or online (via Github Codespaces, GitPod...)nextflow_schema.jsonfile"$schema"is"https://json-schema.org/draft/2020-12/schema". The pipeline should be updated to nf-schema if this is not the case. See the migration guide on how to do thisassets/schema_input.jsonnextflow run main.nf -profile test,docker --outdir results -stubto check for any failures in validation with the basic test setupdevbranch of the nf-core repositoryReady to review(PR: )Done