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

Added MetaPlAn subworkflow #5356

Merged
merged 17 commits into from
Mar 25, 2024
Merged

Added MetaPlAn subworkflow #5356

merged 17 commits into from
Mar 25, 2024

Conversation

LaurenGonsalves
Copy link
Contributor

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

@LaurenGonsalves LaurenGonsalves requested review from vagkaratzas and removed request for a team March 20, 2024 21:19
@LaurenGonsalves LaurenGonsalves self-assigned this Mar 20, 2024
@LaurenGonsalves LaurenGonsalves linked an issue Mar 20, 2024 that may be closed by this pull request
4 tasks
@CarsonJM CarsonJM self-requested a review March 20, 2024 22:45
Copy link
Contributor

@CarsonJM CarsonJM left a comment

Choose a reason for hiding this comment

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

Nice! Great work! Just a few changes

Copy link
Member

@maxulysse maxulysse left a comment

Choose a reason for hiding this comment

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

Minor suggestions

@maxulysse
Copy link
Member

I can see that all_samples.txt doesn't have a common md5 between conda and docker, can you check the content?
I'm assuming that some specific lines would be specific to conda, so either a path to the lib, in which case, I'd suggest snapshotting some of this file's lines, or maybe a different version of a dependency, in which case, I'd add this as a dependency in the environment.yml, similarly to what we've done already with samtools

@CarsonJM CarsonJM disabled auto-merge March 25, 2024 22:50
@CarsonJM CarsonJM enabled auto-merge March 25, 2024 22:50
@CarsonJM CarsonJM added this pull request to the merge queue Mar 25, 2024
Merged via the queue into nf-core:master with commit 4328ba3 Mar 25, 2024
11 checks passed
jvfe added a commit that referenced this pull request Mar 26, 2024
* master: (47 commits)
  Update genomescope2 module and add nf-tests (#5399)
  PLINK/GWAS additional output (#5387)
  Plink linkage disequilibrium additional output (#5388)
  new module: Plink epistasis analysis  (#5386)
  Add module for TaxonKit name2taxid (#4778)
  Update-cellranger-modules (#5016)
  Update: GTDBTK/CLASSIFYWF (migrate to nf-test and only execute mv when dirs actually present) (#5390)
  Added MetaPlAn subworkflow (#5356)
  port `vcftools` to nf-test (#5375)
  Update modules: rgi (#5383)
  Update condaforge/mambaforge Docker tag to v24 (#5381)
  Update gecco + migrate to nf-test (#5372)
  Update learnmsa module to work with compressed files. (#5276)
  New module: kraken2/build  (#5212)
  Update kalign module to work with compressed files. (#5277)
  port `ensemblvep/download` to nf-test (#5373)
  port `manta-germline` to nf-test (#5362)
  port `tiddit-sv` to nf-test and add `--threads` (#5371)
  Decoupler module (#5317)
  fix optional cram support in modules and migrate to nf-test (#5329)
  ...
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 subworkflow: FASTQ/TAXONOMIC_PROFILE/METAPHLAN
3 participants