-
Notifications
You must be signed in to change notification settings - Fork 27
COVID
Young edited this page Oct 4, 2023
·
1 revision
The default settings for Cecret are for SARS-CoV-2 sequencing, specifically the 2019 or 2020 outbreak.
graph LR
subgraph core workflow
A[fastq files]-->B[seqyclean or fastp]
B --> C[bwa or minimap2]
C --> D[ivar trim or samtools ampliconclip]
D --> E[ivar consensus]
end
subgraph SARS-CoV-2 specific
E --> F[pangolin]
E --> G[vadr]
E --> H[nextclade]
D --> I[freyja]
end
The parameters for core portion of the workflow are covered on a different wiki page, but there are some relevant parameters that will also discussed here.
- The reference genome
- bed files
- gff file
The parameters used for SARS-CoV-2 sequencing with their default values: