This repository contains a nextflow workflow for the assembly of reads originating from the mpox virus obtained through Oxford Nanopore metagenomic sequencing.
This workflow provides a simple way to analyse mpox sequencing data; taking raw Oxford Nanopore Technologies reads and creating a draft consensus and assembly.
We expect data to be generated from a mixed population sample hence the use of the term “metagenomics”.
No trimming of sequences is carried out so be vigilant when using targeted data.
Using community-develped tools, this workflow:
minimap2
)medaka
)bcftools
)flye
& medaka
)More information can be found in this blog post.
The workflow uses nextflow to manage compute and software resources, as such nextflow will need to be installed before attempting to run the workflow.
The workflow can currently be run using either Docker or singularity to provide isolation of the required software. Both methods are automated out-of-the-box provided either docker or singularity is installed.
It is not required to clone or download the git repository in order to run the workflow. For more information on running EPI2ME Labs workflows visit out website.
Workflow options
To obtain the workflow, having installed nextflow
, users can run:
nextflow run epi2me-labs/wf-mpx --help
to see the options for the workflow.
Workflow example
To run the workflow with test data
git clone https://github.com/epi2me-labs/wf-mpxnextflow run epi2me-labs/wf-mpx --fastq wf-mpx/test_data/fastq/barcode01
Workflow outputs
The primary outputs of the workflow include:
Information