-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CW-1258-params-help' into 'dev'
CW-1258 - Extra help for wf params See merge request epi2melabs/workflows/wf-mpx!17
- Loading branch information
Showing
6 changed files
with
125 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# wf-mpx | Monkeypox Virus Metagenomic Assembly | ||
# wf-mpx | Mpox Virus Metagenomic Assembly | ||
|
||
This repository contains a [nextflow](https://www.nextflow.io/) workflow for the | ||
assembly of reads originating from the Monkeypox virus obtained through | ||
assembly of reads originating from the mpox virus obtained through | ||
Oxford Nanopore metagenomic sequencing. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
## Introduction | ||
|
||
This workflow provides a simple way to analyse Monkeypox sequencing data; taking | ||
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: | ||
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 reference (`medaka`) | ||
* 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](https://labs.epi2me.io/basic-monkeypox-workflow). | ||
More information can be found in this [blog post](https://labs.epi2me.io/basic-mpox-workflow). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.