Skip to content
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

Deploy nf-validation plugin #63

Merged
merged 1 commit into from
Aug 4, 2023
Merged

Deploy nf-validation plugin #63

merged 1 commit into from
Aug 4, 2023

Conversation

SusiJo
Copy link
Collaborator

@SusiJo SusiJo commented Aug 2, 2023

This PR includes the nf-validation plugin that was introduced with the nf-core tools version 2.9.
It replace the groovy function extract_csv to parse the samplesheet.

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/bamtofastq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

nf-core lint overall result: Failed ❌

Posted for pipeline commit 45f1dd7

+| ✅ 156 tests passed       |+
#| ❔   1 tests were ignored |#
-| ❌   1 tests failed       |-

❌ Test failures:

  • multiqc_config - 'assets/multiqc_config.yml' does not contain a matching 'report_comment'.

❔ Tests ignored:

  • files_unchanged - File ignored due to lint config: .github/CONTRIBUTING.md

✅ Tests passed:

Run details

  • nf-core/tools version 2.9
  • Run at 2023-08-02 13:27:13

Copy link

@adamrtalbot adamrtalbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I gosh darn love nf-validation.

Comment on lines +2 to +4
This report has been generated by the <a href="https://github.com/nf-core/bamtofastq/tree/dev" target="_blank">nf-core/bamtofastq</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/bamtofastq/2.0.0/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/bamtofastq/dev/docs/output" target="_blank">documentation</a>.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this supposed to be there?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, this will be passing the linting from the tools version 2.10 onwards :) The old links are not working and are already fixed in the dev version :)

@SusiJo SusiJo merged commit 867b0bb into nf-core:dev Aug 4, 2023
19 of 20 checks passed
allaway added a commit to allaway/bamtofastq that referenced this pull request Oct 13, 2023
To (partially?) address nf-core#63.
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.

2 participants