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

New module: regtools junction extract #7033

Merged
merged 21 commits into from
Nov 20, 2024

Conversation

abartlett004
Copy link
Contributor

PR checklist

New module for regtools junction extract

Closes #7032

  • 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.
  • Emit the versions.yml file.
  • 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

@mashehu mashehu changed the title initial commit New module: regtools junction extract Nov 20, 2024
@lpantano lpantano self-requested a review November 20, 2024 14:31
@lpantano lpantano marked this pull request as ready for review November 20, 2024 14:58
@lpantano
Copy link
Contributor

@mashehu, can you take a quick look in case we are missing something? thanks!

Copy link
Member

@mahesh-panchal mahesh-panchal left a comment

Choose a reason for hiding this comment

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

Linting fails: nf-core modules lint regtools/junctionsextract

Copy link
Contributor

@SPPearce SPPearce left a comment

Choose a reason for hiding this comment

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

One little thing, the stub versions is wrong at the moment.

modules/nf-core/regtools/junctionsextract/main.nf Outdated Show resolved Hide resolved
Copy link
Contributor

@SPPearce SPPearce left a comment

Choose a reason for hiding this comment

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

Actually, you aren't checking the versions at all? How did that not fail the linting?

@SPPearce
Copy link
Contributor

Linting fails: nf-core modules lint regtools/junctionsextract

And it didn't run at all?

Copy link
Contributor

@edmundmiller edmundmiller left a comment

Choose a reason for hiding this comment

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

Just started looking into this because it should've triggered the wave CI, but it didn't 🙃

modules/nf-core/regtools/junctionsextract/environment.yml Outdated Show resolved Hide resolved
modules/nf-core/regtools/junctionsextract/main.nf Outdated Show resolved Hide resolved
modules/nf-core/regtools/junctionsextract/main.nf Outdated Show resolved Hide resolved
@SPPearce
Copy link
Contributor

SPPearce commented Nov 20, 2024

@edmundmiller, while you are here can you check why nf-core modules lint didn't notice the lack of versions (or wasn't ran at all)?

@edmundmiller edmundmiller self-requested a review November 20, 2024 17:51
@edmundmiller
Copy link
Contributor

Just started looking into this because it should've triggered the wave CI, but it didn't 🙃

Ah, it's coming from a fork, and that's why.

@lpantano
Copy link
Contributor

@SPPearce, do you have any other comment?

@edmundmiller
Copy link
Contributor

Updated the regex and tested the versions.

Gonna skip the CI on this one, should be fixed in #7043

@edmundmiller edmundmiller merged commit 0461b3e into nf-core:master Nov 20, 2024
11 of 26 checks passed
@abartlett004 abartlett004 deleted the regtools branch November 20, 2024 19:52
@SPPearce
Copy link
Contributor

@SPPearce, do you have any other comment?

No, happy now (although as Edmund had approved that was sufficient)

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.

new module:regtools
5 participants