A Nextflow pipeline for SARS-CoV-2 genome assembly and lineage assignment from Illumina paired-end sequencing data.
git clone https://github.com/bibymaths/nf-illumina2lineage.git
cd nf-illumina2lineage
nextflow run main.nfAll documentation lives in docs/ and is rendered here.
- Getting started:
docs/quickstart.md - Workflow overview:
docs/workflow.md - Processes:
docs/processes.md - Parameters:
docs/parameters.md - Outputs:
docs/outputs.md - Lineage QC:
docs/lineage_qc.md
- Illumina paired-end FASTQ.gz
- SARS-CoV-2 reference genome (auto-downloaded)
- QC reports (FastQC, Fastp, MultiQC)
- BAM and VCF files
- Consensus FASTA
- Pangolin lineage assignments
- Phylogenetic tree
See docs/outputs.md for details.
BSD 3-Clause License. See LICENSE.
Abhinav Mishra Email: mishraabhinav@gmail.com
Developed during the SARS-2 Bioinformatics and Data Science course at Freie Universität Berlin and the Robert Koch Institute.