modules
Repository to host microbe-specific module files for the Nextflow DSL2 community!
Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 4 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.7%) to scientific vocabulary
Repository
Repository to host microbe-specific module files for the Nextflow DSL2 community!
Basic Info
- Host: GitHub
- Owner: nf-microbe
- License: mit
- Language: Nextflow
- Default Branch: master
- Size: 104 MB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
nf-microbe/modules
THIS REPOSITORY IS UNDER ACTIVE DEVELOPMENT. SYNTAX, ORGANISATION AND LAYOUT MAY CHANGE WITHOUT NOTICE!
A repository for hosting Nextflow DSL2 module files containing tool-specific process definitions and their associated documentation.
Table of contents
- Using nf-microbe modules
- Adding nf-core modules to nf-microbe
- Adding new modules to nf-microbe
- Help
- Citation
Using nf-microbe modules
The module files hosted in this repository define a set of processes for software tools such as fastqc, bwa, samtools etc. This allows you to share and add common functionality across multiple pipelines in a modular fashion.
We have written a helper command in the nf-core/tools package that uses the GitHub API to obtain the relevant information for the module files present in the modules/ directory of this repository. This includes using git commit hashes to track changes for reproducibility purposes, and to download and install all of the relevant module files.
- Install the latest version of
nf-core/tools(>=2.0) - List the available modules:
```console $ nf-core modules -g https://github.com/nf-microbe/modules.git list remote
,--./,-.
___ __ __ __ ___ /,-._.--~\
|\ | |__ __ / / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \-.,--,
.,._,'
nf-core/tools version 2.0
INFO Modules available from nf-core/modules (master): pipeline_modules.py:164
Module Name
bandage/image
bcftools/consensus
bcftools/filter
bcftools/isec
..truncated.. ```
- Install the module in your pipeline directory:
```console $ nf-core modules -g https://github.com/nf-microbe/modules.git install fastqc
,--./,-.
___ __ __ __ ___ /,-._.--~\
|\ | |__ __ / / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \-.,--,
.,._,'
nf-core/tools version 2.0
INFO Installing fastqc pipelinemodules.py:213 INFO Downloaded 3 files to ./modules/nf-core/modules/fastqc pipelinemodules.py:236 ```
- Import the module in your Nextflow script:
```nextflow #!/usr/bin/env nextflow
nextflow.enable.dsl = 2
include { FASTQC } from './modules/nf-core/modules/fastqc/main' ```
- Remove the module from the pipeline repository if required:
```console $ nf-core modules -g https://github.com/nf-microbe/modules.git remove fastqc
,--./,-.
___ __ __ __ ___ /,-._.--~\
|\ | |__ __ / / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \-.,--,
.,._,'
nf-core/tools version 2.0
INFO Removing fastqc pipelinemodules.py:271 INFO Successfully removed fastqc pipelinemodules.py:285 ```
- Check that a locally installed nf-core module is up-to-date compared to the one hosted in this repo:
```console $ nf-core modules -g https://github.com/nf-microbe/modules.git lint fastqc
,--./,-.
___ __ __ __ ___ /,-._.--~\
|\ | |__ __ / / \ |__) |__ } {
| \| | \__, \__/ | \ |___ \-.,--,
.,._,'
nf-core/tools version 2.0
INFO Linting pipeline: . lint.py:104 INFO Linting module: fastqc lint.py:106
[!] 1 Test Warning
Module name Test message File path
fastqc Local copy of module outdated modules/nf-core/modules/fastqc/
LINT RESULTS SUMMARY
[] 15 Tests Passed
[!] 1 Test Warning
[] 0 Test Failed
```
Adding nf-core modules to nf-microbe
- Run the
nf-microbe/add_nfcore_modules.pyscript
python nf-microbe/add_nfcore_modules.py --module <module_name>
Adding new modules to nf-microbe
Help
For further information or help, don't hesitate to get in touch on Slack #modules channel (you can join with this invite).
Citation
If you use the module files in this repository for your analysis please you can cite the nf-core publication as follows:
The nf-core framework for community-curated bioinformatics pipelines.
Philip Ewels, Alexander Peltzer, Sven Fillinger, Harshil Patel, Johannes Alneberg, Andreas Wilm, Maxime Ulysse Garcia, Paolo Di Tommaso & Sven Nahnsen.
Nat Biotechnol. 2020 Feb 13. doi: 10.1038/s41587-020-0439-x.
Owner
- Name: nf-microbe
- Login: nf-microbe
- Kind: organization
- Repositories: 1
- Profile: https://github.com/nf-microbe
A microbe-specific supplement to nf-core modules, subworkflows, and pipelines.
GitHub Events
Total
- Issues event: 2
- Issue comment event: 1
- Push event: 91
- Pull request event: 61
- Create event: 2
Last Year
- Issues event: 2
- Issue comment event: 1
- Push event: 91
- Pull request event: 61
- Create event: 2
Dependencies
- actions/cache v4 composite
- actions/checkout v4 composite
- actions/setup-java v4 composite
- actions/setup-node v4 composite
- actions/setup-python v5 composite
- adamrtalbot/detect-nf-test-changes v0.0.4 composite
- conda-incubator/setup-miniconda v3 composite
- eWaterCycle/setup-apptainer main composite
- nf-core/setup-nextflow v2 composite
- nf-core/setup-nf-test v1 composite
- pcolby/tap-summary v1 composite
- pre-commit/action v3.0.1 composite
- bacphlip 0.9.6.*
- hmmer 3.3.2.*
- numpy 1.23.5.*
- biopython 1.84.*
- python 3.12.3.*
- biopython 1.84.*
- python 3.12.3.*
- bowtie2 2.5.2.*
- pigz 2.6.*
- samtools 1.18.*
- bowtie2 2.5.2.*
- bwa 0.7.18.*
- bwa 0.7.18.*
- htslib 1.20.0.*
- samtools 1.20.*
- pigz 2.3.4.*
- coreutils 8.30.*
- checkv 1.0.1.*
- checkv 1.0.1.*
- pandas 2.2.2.*
- python 3.12.5.*
- cobra-meta 1.2.3.*
- coverm 0.7.0.*
- csvtk 0.30.0.*
- sra-tools 3.1.1.*
- aria2 1.37.0.*
- biopython 1.84.*
- python 3.12.5.*
- seqkit 2.8.2.*
- aspera-cli 4.14.0.*
- biopython 1.84.*
- python 3.12.7.*
- seqkit 2.8.2.*
- fastp 0.23.4.*
- genomad 1.8.0.*
- genomad 1.8.0.*
- hmmer 3.4.*
- hostile 1.1.0.*
- hostile 1.1.0.*
- iphop 1.3.3.*
- iphop 1.3.2.*
- biopython 1.84.*
- kcounter 0.1.1.*
- numpy 2.1.1.*
- python 3.10.14.*
- awscli 1.32.101.*
- biopython 1.83.*
- python 3.12.4.*
- seqkit 2.8.2.*
- awscli 1.32.101.*
- biopython 1.83.*
- python 3.12.4.*
- seqkit 2.8.2.*
- awscli 1.32.101.*
- biopython 1.83.*
- python 3.12.4.*
- seqkit 2.8.2.*
- megahit 1.2.9.*
- pigz 2.8.*
- mvirs 1.1.1.*
- mvirs 1.1.1.*
- biopython 1.84.*
- hmmer 3.4.*
- pandas 2.2.3.*
- prodigal-gv 2.11.0.*
- python 3.12.3.*
- phables 1.4.0.*
- phables 1.4.0.*
- biopython 1.84.*
- fastp 0.23.4.*
- hmmer 3.4.*
- mvirs 1.1.1.*
- pandas 2.2.3.*
- sra-tools 3.1.1.*
- plass 5.cf8933.*
- vrhyme 1.1.0.*
- blast 2.16.0.*
- bwa 0.7.18.*
- gawk 5.3.1.*
- sambamba 1.0.1.*
- samtools 1.21.*
- pandas 2.2.2.*
- pyhmmer 0.10.14.*
- python 3.12.5.*
- pandas 2.2.2.*
- pyhmmer 0.10.14.*
- python 3.12.5.*
- pandas 2.2.2.*
- pyhmmer 0.10.14.*
- python 3.12.5.*
- pyrodigal-gv 0.3.2.*
- sambamba 1.0.1.*
- htslib 1.21.*
- samtools 1.21.*
- gawk 5.3.0.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- seqkit 2.8.1.*
- biopython 1.81.*
- python 3.12.0.*