Skip to content

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

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from
Open

Conversation

milenaabernardi
Copy link

PR checklist

  • This comment contains a description of changes (with reason).
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (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

@nvnieuwk nvnieuwk changed the base branch from master to dev March 25, 2025 15:38
Copy link

@nvnieuwk nvnieuwk left a 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?

@johandahlberg
Copy link
Collaborator

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 panel vs panel_file thing that I alluded to in my inline comment.

Copy link

github-actions bot commented Mar 25, 2025

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.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

Copy link

github-actions bot commented Mar 25, 2025

nf-core pipelines lint overall result: Failed ❌

Posted for pipeline commit 2c7aa68

+| ✅ 222 tests passed       |+
#| ❔   6 tests were ignored |#
!| ❗   5 tests had warnings |!
-| ❌   2 tests failed       |-

❌ Test failures:

  • files_unchanged - .github/PULL_REQUEST_TEMPLATE.md does not match the template
  • files_unchanged - .github/workflows/linting_comment.yml does not match the template

❗ Test warnings:

  • files_unchanged - LICENSE does not match the template
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.1.1
  • Run at 2025-03-26 13:38:19

Copy link

@nvnieuwk nvnieuwk left a 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!

milenaabernardi and others added 3 commits March 26, 2025 10:34
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
Co-authored-by: Nicolas Vannieuwkerke <101190534+nvnieuwk@users.noreply.github.com>
@jen-reeve jen-reeve mentioned this pull request Mar 26, 2025
15 tasks
@jen-reeve jen-reeve linked an issue Mar 26, 2025 that may be closed by this pull request
15 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JSON schema: Pixelator
3 participants