All Projects → czbiohub → sc2-illumina-pipeline

czbiohub / sc2-illumina-pipeline

Licence: AGPL-3.0 license
Bioinformatics pipeline for SARS-CoV-2 sequencing at CZ Biohub

Programming Languages

Nextflow
61 projects
python
139335 projects - #7 most used programming language
r
7636 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to sc2-illumina-pipeline

corona landkreis fallzahlen scraping
Scraping Germany's local districts websites for newer corona-case-numbers!
Stars: ✭ 17 (-5.56%)
Mutual labels:  covid-19, covid19
nz-covid19-data
Repackaging the Ministry of Health's Covid-19 data
Stars: ✭ 23 (+27.78%)
Mutual labels:  covid-19, covid19
iorestoacasa.work
Frontend of the video calling platform iorestoacasa.work
Stars: ✭ 36 (+100%)
Mutual labels:  covid-19, covid19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (+27.78%)
Mutual labels:  covid-19, covid19
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+377.78%)
Mutual labels:  covid-19, covid19
covid19-datasets
A list of high quality open datasets for COVID-19 data analysis
Stars: ✭ 56 (+211.11%)
Mutual labels:  covid-19, covid19
CoronaTracker
A full stack framework to trace possible close-contact candidates within last specified days for an already detected covid-19 positive patient
Stars: ✭ 13 (-27.78%)
Mutual labels:  covid-19, covid19
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-22.22%)
Mutual labels:  covid-19, covid19
us-covid19
Data repository of State's Health Department stats for COVID19 in the United States
Stars: ✭ 37 (+105.56%)
Mutual labels:  covid-19, covid19
instacart-delivery-slot-finder
Mac Script that notifies you once a delivery slot in available on Instacart
Stars: ✭ 18 (+0%)
Mutual labels:  covid-19, covid19
Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app
Stars: ✭ 26 (+44.44%)
Mutual labels:  covid-19, covid19
CoronaVirusDatabase
A repository for analyzing references and database of "gisanddata.maps.arcgis.com" website for Corona Virus.
Stars: ✭ 38 (+111.11%)
Mutual labels:  covid-19, covid19
awesome-covid19-resources
Awesome list of COVID19 resources
Stars: ✭ 54 (+200%)
Mutual labels:  covid-19, covid19
rid-covid
Image-based COVID-19 diagnosis. Links to software, data, and other resources.
Stars: ✭ 74 (+311.11%)
Mutual labels:  covid-19, covid19
covid19cuba-app
Mobile application of Covid19 Cuba Data project implemented with Flutter
Stars: ✭ 41 (+127.78%)
Mutual labels:  covid-19, covid19
rn-contact-tracing
React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic
Stars: ✭ 57 (+216.67%)
Mutual labels:  covid-19, covid19
covid19
Visualize and compare COVID 19 growth rates of different countries
Stars: ✭ 22 (+22.22%)
Mutual labels:  covid-19, covid19
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (+33.33%)
Mutual labels:  covid-19, covid19
covid19-mx-time-series
Time series data of the COVID-19 epidemic in Mexico
Stars: ✭ 36 (+100%)
Mutual labels:  covid-19, covid19
covid19gr
Open Data Aggregation & Knowledge Base Repository for the evolution of the SARS-COV-2 pandemic in Greece.
Stars: ✭ 21 (+16.67%)
Mutual labels:  covid-19, covid19

SARS-CoV-2 Consensus Genome Pipeline

This pipeline generates consensus SARS-CoV-2 genomes from fastq files. We are using it on the following types of sequencing data:

  1. Metagenomic sequencing enriched for SARS-CoV-2 reads (protocols.io).
  2. Amplicon-based short-read sequencing (using ARTIC v3 protocol).

Typical usage

For generating consensus genomes from reads:

nextflow run czbiohub/sc2-illumina-pipeline -profile artic,docker \
    --reads '[s3://]path/to/reads/*_R{1,2}_001.fastq.gz*' \
    --kraken2_db '[s3://]path/to/kraken2db' \
    --outdir '[s3://]path/to/outdir'

The kraken2db can be downloaded from https://genexa.ch/sars2-bioinformatics-resources/.

Replace -profile artic with -profile msspe if using MSSPE sequencing. See the documentation for more details.

Testing

Simple test to make sure things aren't broken:

nextflow run czbiohub/sc2-illumina-pipeline -profile docker,test

Benchmarking

Simple benchmark (for mapping, not speed). Run after algorithm changes to see how accuracy might be affected. Result in benchmark/call_consensus-stats/combined.stats.tsv

nextflow run czbiohub/sc2-illumina-pipeline --profile docker,benchmark

Documentation

The czbiohub/sc2-illumina-pipeline pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Installation
  2. Running the pipeline
  3. Pipeline overview
  4. Output

Acknowledgments

Initial version of this pipeline was based on https://github.com/connor-lab/ncov2019-artic-nf

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].