Nextflow pipelines

September 25, 2025 ยท View on GitHub

This repository contains a list of Nextflow pipelines.

Pipelines

NameRepositoryDescriptionRun in Nextflow with provided test data
iridanextexamplehttps://github.com/phac-nml/iridanextexampleA pipeline to help integrate Nextflow with IRIDA Next.nextflow run phac-nml/iridanextexample -profile test,docker --outdir results
iridanextexample2https://github.com/phac-nml/iridanextexample2An example pipeline for running on IRIDA-Next with nf-schema.nextflow run phac-nml/iridanextexample2 -profile test,docker --outdir results
Mikrokondohttps://github.com/phac-nml/mikrokondoA simple pipeline for bacterial assembly and quality control.nextflow run phac-nml/mikrokondo -profile test,docker --outdir results
SNVPhylhttps://github.com/phac-nml/snvphylnfcA pipeline for whole-genome phylogenetic analysisnextflow run phac-nml/snvphylnfc -profile test,docker --outdir results
fetchdatairidanexthttps://github.com/phac-nml/fetchdatairidanextA pipeline for downloading reads from NCBI.nextflow run phac-nml/fetchdatairidanext -profile test,docker --outdir results
speciesabundancehttps://github.com/phac-nml/speciesabundanceEstimate the relative abundance of sequence reads originating from different species in a sample.nextflow run phac-nml/speciesabundance -profile test,docker --outdir results
gasclusteringhttps://github.com/phac-nml/gasclusteringClusters provided wg/cgMLST profiles for samples (in JSON format) and provides cluster addresses and a visualization of the dendrogram + metadata.nextflow run phac-nml/gasclustering -profile test,docker --outdir results
gasnomenclaturehttps://github.com/phac-nml/gasnomenclatureAssigns new wg/cgMLST-derived cluster addresses to samples within the context of previously defined cluster addresses.nextflow run phac-nml/gasnomenclature -profile test,docker --outdir results
staramrnfhttps://github.com/phac-nml/staramrnfIdentifies AMR from passed assembled genomes using the StarAMR software.nextflow run phac-nml/staramrnf -profile test,docker --outdir results
arboratornfhttps://github.com/phac-nml/arboratornfGroups samples by provided metadata values and provides summary statistics of wg/cgMLST allelic distances and metadata values.nextflow run phac-nml/arboratornf -profile test,docker --outdir results
fastmatchiridahttps://github.com/phac-nml/fastmatchiridaReports wgMLST distances between selected query samples and a selected set of reference samples.nextflow run phac-nml/fastmatchirida -profile test,docker --outdir results
metadatatransformationhttps://github.com/phac-nml/metadatatransformationTransforms metadata in various ways for use in IRIDA Next.nextflow run phac-nml/metadatatransformation -profile test,docker --outdir results
measeqhttps://github.com/phac-nml/measeqMeasles Sequence Analysis and Automation.nextflow run phac-nml/measeq -profile test,docker --outdir results
typingQChttps://github.com/phac-nml/typingQCGenotyping Quality Control (typingQC).nextflow run phac-nml/typingQC -profile test,docker --outdir results
submitdatairidanexthttps://github.com/phac-nml/submitdatairidanextPipeline for submitting data to INSDC databases for IRIDA Next.nextflow run phac-nml/submitdatairidanext -profile test,docker --outdir results
cditoxinshttps://github.com/phac-nml/cditoxinsSearches for toxin genes in Clostridioides difficile genome assembliesnextflow run phac-nml/cditoxins -profile test,docker --outdir results

Development

To develop a new pipeline, please refer to the Pipeline standards guide.

License

Text in this repository is licensed under the Creative Commons Attribution 4.0 International https://creativecommons.org/licenses/by/4.0/ license. Licenses for each pipeline are specific to the respective repositories.