EPI2ME Labs maintains a collection of Nextflow bioinformatics
workflows tailored to Oxford Nanopore Technologies long-read sequencing data. They
are curated and actively maintained by experts in long-read sequence analysis.
We are excited to offer our bioinformatics solutions using the Nextflow
reactive workflow framework. Nextflow has been selected as a preferred
framework because of its integration with container technologies, software
package managers and its scalability to cluster- and cloud-scale installations.
Nextflow also has growing user adoption through projects such as
nf-core. These advantages will help us deliver varied
workflows with minimal requirements for the installation of additional
software.
See the Quick Start page for a walkthrough of using our
workflows through EPI2ME Labs. Our workflows are also freely available to use
from the command-line on Linux, macOS, and Windows through WSL2. See our
Workflow Command-line Usage page for more information.
Below you will find a complete list of available workflows with a short
description of each. Each description is accompanied by a link to the
Github repository hosting the workflow and a sample workflow report.
- wf-basecalling provides
Oxford Nanopore Technolgies Technologies’ signal processing and primary data
analysis in the form of a Nextflow workflows. (Documentation)
- wf-alignment packages the minimap2 software and streamlines the
process of mapping sequence reads to a reference genome and preparing summary
statistics. It can also analyse the abundance of known molarity control
experiments and use this information to derive the abundances of other species
present in the sample. (Sample report) (Documentation)
- wf-human-variation: our
all-in-one human variation workflow consolidates the small variant calling from the previous wf-human-snp, structural variant calling from wf-human-sv, CNV calling from wf-cnv (all of which are now deprecated), as well as performing STR expansion genotyping. This pipeline performs the steps of the four pipelines simultaneously and the results are generated and output in the same way as they would have been had the pipelines been run separately. (Sample small variant report)(Sample structural variant report)(Sample CNV report)(Sample STR report)(Sample alignment report)(Documentation)
- wf-somatic-variation: our workflow for the analysis of somatic variation from paired tumour/normal sequence data. It processes a pair of tumour/normal BAM files, prepares quality statistics, identifies candidate SNVs and short indels using ClairS, structural variants using nanomonSV and modified sites with modkit. (Sample SNV report) (Sample SV report) (Sample mod report) (Sample read QC report) (Documentation)
- wf-trio: our workflow for analysing variation using trio human genomic data. The workflow currently performs small variant calling, small variant merging, joint genotyping, structural variant calling, structural variant merging and pedigree phasing.(Sample small variant report)(Sample structural variant report) (Documentation)
- wf-transcriptomes: transcript assembly from cDNA or direct RNA reads using either a reference-guided or an experimental de novo reconstruction options. This workflow also provides differential gene expression and differential transcript usage analysis.(Sample report)(Documentation)
- wf-single-cell is a research pipeline designed to identify the cell barcode and UMI sequences present in nanopore sequencing reads generated from single-cell gene expression libraries. (Sample report) (Documentation)
The workflows below are deprecated and are no longer actively maintained or supported. They remain listed here to help users find legacy documentation. Where available, use the recommended replacement workflow.