Skip to content

Conversation

rpetit3
Copy link
Contributor

@rpetit3 rpetit3 commented Dec 23, 2022

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
Copy link
Contributor Author

rpetit3 commented Dec 28, 2022

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
Copy link
Contributor

@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.

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
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