-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Young edited this page Mar 12, 2023
·
10 revisions
Welcome to the wiki for Donut falls!
All "good" bioinformatic tools and workflows are attempting to solve a problem. The problem we ran into was that nf-core's genomeassembler workflow was not completed, yet, and we needed a simple workflow to assembly nanopore sequencing reads with and without corresponding Illumina reads for downstream analyses.
---
Donut Falls
---
flowchart LR
A[nanopore fastq] --> B[filter]
B[filter] --> C[assembly]
C[assembly] --> D[polish]
D[polish] --> consensus
---
Donut Falls
---
flowchart LR
E[nanopore fastq] --> F[filter]
G[illumina fastq] --> H[fastp]
F[filter] --> I[assembly]
I[assembly] --> J[polish]
H[fastp] --> J[polish]
---
Donut Falls
---
flowchart LR
K[nanopore fastq] --> L[assembly]
L[illumina fastq] --> L[assembly]