Skip to content

added pcne module#11307

Draft
riccabolla wants to merge 28 commits intonf-core:masterfrom
riccabolla:new-module-pcne
Draft

added pcne module#11307
riccabolla wants to merge 28 commits intonf-core:masterfrom
riccabolla:new-module-pcne

Conversation

@riccabolla
Copy link
Copy Markdown

PR checklist

Closes #XXX

  • 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 module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Broadcast software version numbers to topic: versions - See version_topics
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@riccabolla riccabolla marked this pull request as draft April 25, 2026 15:31
@famosab
Copy link
Copy Markdown
Contributor

famosab commented Apr 27, 2026

Please join the nf-core organization on GitHub to enable the CI-tests to run on your PR. You can request to join the organization via #github-invitations in the nf-core slack. You can join the nf-core slack via https://nf-co.re/join.

@riccabolla
Copy link
Copy Markdown
Author

Please join the nf-core organization on GitHub to enable the CI-tests to run on your PR. You can request to join the organization via #github-invitations in the nf-core slack. You can join the nf-core slack via https://nf-co.re/join.

Thank you! Done!

@riccabolla riccabolla self-assigned this Apr 27, 2026
@famosab
Copy link
Copy Markdown
Contributor

famosab commented Apr 27, 2026

@nf-core-bot fix linting

Copy link
Copy Markdown
Contributor

@famosab famosab left a comment

Choose a reason for hiding this comment

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

Thank you for your contribution to nf-core! We really appreciate it. I added a few comments to your PR.

Comment thread modules/nf-core/pcne/tests/main.nf.test Outdated
Comment thread modules/nf-core/pcne/tests/main.nf.test Outdated
Comment thread modules/nf-core/pcne/main.nf Outdated
Comment thread modules/nf-core/pcne/main.nf
Comment thread modules/nf-core/pcne/main.nf
Comment thread modules/nf-core/pcne/meta.yml
Comment thread modules/nf-core/pcne/main.nf Outdated
Comment thread modules/nf-core/pcne/tests/main.nf.test Outdated

then {
assert process.success
assert snapshot(sanitizeOutput(process.out)).match()
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think it makes sense to only assert the name of the log file? The log file probably has some timestamp that then changes the md5sum :)

Comment thread modules/nf-core/pcne/tests/main.nf.test.snap Outdated
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.

3 participants