-
Notifications
You must be signed in to change notification settings - Fork 7
hybrid
Young edited this page May 5, 2023
·
5 revisions
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'
- unicycler (params.assembler = 'unicycler')
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]
Relevant parameters (params) and their default values
params.assembler = 'unicycler'
params.bandage_options = ''
params.masurca_options = ''
params.unicycler_options = ''