-
Notifications
You must be signed in to change notification settings - Fork 6
Json schema improvements #129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, well done already!! Here are some comments. Can you also check the nextflow_schema.json
file?
Hi @milenaabernardi! Thank you so much for the contribution! I was wondering what prompted this suggested change. I just wanted to make sure there were no misunderstanding about the |
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.1.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some small comments, but looking very good!
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
PR checklist
nf-core pipelines lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).Comments
change made to the schema_input.json file
the change that was made to line 9 in "required": ["sample", "design", "fastq_1", "panel"],
specifically, "panel" was added to the aforementioned line
the command to run was also changed, I had problems using Docker, so I changed it to singularity
the specific command was as follows nextflow run main.nf -profile test,singularity --outdir results -stub