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

Add SubWorkflow: mmseqs_contig_taxonomy #5524

Merged
merged 16 commits into from May 21, 2024

Conversation

Darcy220606
Copy link
Contributor

@Darcy220606 Darcy220606 commented Apr 25, 2024

PR checklist

Purpose: This PR adds a subworkflow that combines multiple mmseqs tools.
Function: This adds taxonomic classification to input 'nucleotide' sequences (e.g. contigs) , which can potentially be used in multiple pipelines, e.g. nf-core/funcscan and nf-core/taxprofiler.

  • 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

@Darcy220606 Darcy220606 requested a review from a team as a code owner April 25, 2024 08:38
@Darcy220606 Darcy220606 requested review from leoisl and removed request for a team April 25, 2024 08:38
Copy link
Contributor

@Joon-Klaps Joon-Klaps left a comment

Choose a reason for hiding this comment

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

Small changes, very nice contribution!

Copy link
Contributor

@Joon-Klaps Joon-Klaps left a comment

Choose a reason for hiding this comment

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

🚀

@Darcy220606 Darcy220606 added this pull request to the merge queue May 21, 2024
Merged via the queue into nf-core:master with commit f6ef5ce May 21, 2024
12 checks passed
@Darcy220606 Darcy220606 deleted the mmesqs_taxonomy_contigs branch May 21, 2024 07:45
tstoeriko pushed a commit to tstoeriko/nf-core-modules that referenced this pull request May 22, 2024
* add mmseqs_contig_taxonomy

* apply prettier

* code linting

* changed the test dataset to bacteroides_fragilis instead of influenzae

* give more memory to mmseqs-taxa

* memory increased to 16.GB

* increase the process mem requirements

* fix memory

* add reviewer suggestion

* change back memory

* fix snap

* fix snap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants