Skip to content
Young edited this page May 5, 2023 · 5 revisions

hybrid assembly subworkflow

Hybrid assembly using Illumina and Nanopore reads remains widely popular.

There are several hybrid assemblers included in this workflow that must be specified with 'params.assembler'

This subworkflow is fairly straightforward because these assemblers perform QC on both the Illumina and Nanopore reads.

---
Donut Falls
---
flowchart LR

A[nanopore fastq] --> B[hybrid assembly]
C[illumina fastq] --> B
B --> E[consensus fasta]
B --> F[Bandage]
Loading

Relevant parameters (params) and their default values

params.assembler                   = 'unicycler'
params.bandage_options             = ''
params.masurca_options             = ''
params.unicycler_options           = ''
Clone this wiki locally