Background
This project is a successor to the C-WAP pipeline and is intended to process SARS-CoV-2 wastewater samples to determine relative variant abundance.
⚠️Warning⚠️
The results generated by this pipeline are not CLIA certified and should not be considered diagnostic.
Introduction¶
CDCgov/aquascope is a bioinformatics best-practice pipeline for early detection of SARS-COV variants of concern, sequenced throughshotgun metagenomic sequencing, from wastewater.
The pipeline is built using Nextflow, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It uses Docker/Singularity containers making installation trivial and results highly reproducible.
Pipeline summary¶
- Read QC:
FastQC
- Trimming reads:
Fastp
- Aligning short reads:
Minimap2
- Freyja Variant classification:
Freyja
- Present QC for raw reads:
MultiQC
Last update: 2024-11-02