nf-core/viralrecon: nf-core/viralrecon v1.0.0 - Mercury Bat
Authors/Creators
- 1. The Francis Crick Institute
- 2. BU-ISCIII
- 3. UC Berkeley AMPLab/RISE Lab
- 4. @qbicsoftware
- 5. DRESDEN-concept Genome Center
- 6. @SciLifeLab | Karolinska Institutet
- 7. @Flomics
Description
[1.0.0] - 2020-06-01
Initial release of nf-core/viralrecon, created with the nf-core template.
This pipeline is a re-implementation of the SARS_Cov2_consensus-nf and SARS_Cov2_assembly-nf pipelines initially developed by Sarai Varona and Sara Monzon from BU-ISCIII. Porting both of these pipelines to nf-core was an international collaboration between numerous contributors and developers, led by Harshil Patel from the The Bioinformatics & Biostatistics Group at The Francis Crick Institute, London. We appreciated the need to have a portable, reproducible and scalable pipeline for the analysis of COVID-19 sequencing samples and so the Avengers Assembled!
Pipeline summary
- Download samples via SRA, ENA or GEO ids (
ENA FTP,parallel-fastq-dump; if required) - Merge re-sequenced FastQ files (
cat; if required) - Read QC (
FastQC) - Adapter trimming (
fastp) - Variant calling
- Read alignment (
Bowtie 2) - Sort and index alignments (
SAMtools) - Primer sequence removal (
iVar; amplicon data only) - Duplicate read marking (
picard; removal optional) - Alignment-level QC (
picard,SAMtools) - Choice of multiple variant calling and consensus sequence generation routes (
VarScan 2,BCFTools,BEDTools||iVar variants and consensus||BCFTools,BEDTools)
- Read alignment (
- De novo assembly
- Present QC and visualisation for raw read, alignment, assembly and variant calling results (
MultiQC)
Files
nf-core/viralrecon-1.0.0.zip
Files
(1.5 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:8a56599e0e65100e073f511da131d4e8
|
1.5 MB | Preview Download |
Additional details
Related works
- Cites
- https://github.com/BU-ISCIII/SARS_Cov2_consensus-nf (URL)
- https://github.com/BU-ISCIII/SARS_Cov2_assembly-nf (URL)
- Is supplement to
- https://github.com/nf-core/viralrecon/tree/1.0.0 (URL)