wf-mpx documentation

By EPI2ME Labs
1 min read

wf-mpx | Mpox Virus Metagenomic Assembly

This repository contains a nextflow workflow for the assembly of reads originating from the mpox virus obtained through Oxford Nanopore metagenomic sequencing.

Introduction

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:

  • Maps reads to a reference genome (minimap2)
  • Assesses coverage
  • Discards reads not mapping to the chosen reference
  • Calls variants with resepect to the reference (medaka)
  • Filters variants with <20x coverage
  • Creates a draft consensus (bcftools)
  • Creats a de-novo assembly (flye & medaka)

More information can be found in this blog post.

Quickstart

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-mpx
nextflow run epi2me-labs/wf-mpx --fastq wf-mpx/test_data/fastq/barcode01

Workflow outputs

The primary outputs of the workflow include:

  • a simple text file providing a summary of sequencing reads,
  • an HTML report document detailing the primary findings of the workflow.
  • a draft consensus sequence obtained
  • a medaka polished assembly

Share

EPI2ME Labs

EPI2ME Labs

Senior Button Pusher

Quick Links

TutorialsWorkflowsOpen DataContact

Social Media

© 2020 - 2023 Oxford Nanopore Technologies plc. All rights reserved. Registered Office: Gosling Building, Edmund Halley Road, Oxford Science Park, OX4 4DQ, UK | Registered No. 05386273 | VAT No 336942382. Oxford Nanopore Technologies, the Wheel icon, EPI2ME, Flongle, GridION, Metrichor, MinION, MinIT, MinKNOW, Plongle, PromethION, SmidgION, Ubik and VolTRAX are registered trademarks of Oxford Nanopore Technologies plc in various countries. Oxford Nanopore Technologies products are not intended for use for health assessment or to diagnose, treat, mitigate, cure, or prevent any disease or condition.