modules
modules copied to clipboard
Repository to host tool-specific module files for the Nextflow DSL2 community!
## WARNING - [ ] I have made sure to update the singularity and conda images This PR contains the following updates: | Package | Type | Update | Change...
## PR checklist Updates barrnap module to include prefix in the output filename. - [ ] This comment contains a description of changes (with reason). - [ ] If you've...
[argNorm](https://github.com/BigDataBiology/argNorm) is a tool to normalize antibiotic resistance genes (ARGs) by mapping them to the [antibiotic resistance ontology (ARO)](https://obofoundry.org/ontology/aro.html) created by the [CARD database](https://card.mcmaster.ca/). argNorm also enhances antibiotic resistance gene...
IMO the only thing stopping this for now is the inability for Nextflow to handle arity in optional inputs/outputs. I made an issue about this: https://github.com/nextflow-io/nextflow/issues/5111
Updating the JSON schema used to lint modules meta.yml files according to the changes which will be introduced by https://github.com/nf-core/tools/pull/3028
POC for https://github.com/nf-core/tools/pull/3028 and https://github.com/nf-core/tools/pull/3032 Run `nf-core modules lint --fix` for modules: - `fastp` - `samtools/sort` - `samtools/index` - `atlas/splitmerge` - `pear` - `multiqc` - `bwa/mem` Note that linting won't...
This PR adds a `multiqc` output channel to the `last/train`, `last/lastal` and `last/split` modules. The new channel provides statistics in TSV format. For `last/lastal` the MultiQC file contains some of...
This PR fixes #5612 This PR also handles empty FASTQ files by including a empty fastq emit channel
## PR checklist Closes #5612 To address issue #5612, the following changes have been made to ensure compatibility with cloud storage like S3: - **File Path Creation:** Replaced the Java...
### Is there an existing module for this? - [X] I have searched for the existing module ### Is there an open PR for this? - [X] I have searched...