Skip to content

add module for midas/run#2696

Merged
matthdsm merged 5 commits into
nf-core:masterfrom
rpetit3:rp3-add-midas
Mar 7, 2023
Merged

add module for midas/run#2696
matthdsm merged 5 commits into
nf-core:masterfrom
rpetit3:rp3-add-midas

Conversation

@rpetit3

@rpetit3 rpetit3 commented Dec 23, 2022

Copy link
Copy Markdown
Contributor

PR checklist

Closes #2695

  • 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:
    • PROFILE=docker pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
    • PROFILE=singularity pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware
    • PROFILE=conda pytest --tag <MODULE> --symlink --keep-workflow-wd --git-aware

MIDAS requires a >30GB database, so had to go with a stub-run. Will have a rull test on the Bactopia side

@rpetit3

rpetit3 commented Dec 28, 2022

Copy link
Copy Markdown
Contributor Author

Doing testing locally. Have a PR in at Bioconda to fix the container: bioconda/bioconda-recipes#38566

@rpetit3 rpetit3 marked this pull request as draft December 28, 2022 16:02
@rpetit3 rpetit3 marked this pull request as ready for review December 29, 2022 18:31

@nvnieuwk nvnieuwk left a comment

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.

A small comment otherwise LGTM

@@ -0,0 +1,71 @@
VERSION = '1.3.2' // WARN: Version information not provided by tool on CLI. Please update this string when bumping container versions.

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.

The VERSION variable should be inside the script part of the module, see: https://nf-co.re/docs/contributing/modules#general paragraph 4 :)

@matthdsm matthdsm merged commit 6e5f7d6 into nf-core:master Mar 7, 2023
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: midas/run

3 participants