Sign inSign up

flomicsbiotech/sarscov2

By flomicsbiotech

‱Updated about 2 years ago

Docker image for SARSCoV2 pipeline

Image
0

100K+

flomicsbiotech/sarscov2 repository overview

Flomics/SARSCoV2

Workflow to diagnose SARSCoV2.

Nextflow install with bioconda Docker

⁠Introduction

The pipeline is built using Nextflow⁠, a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

⁠Quick Start

i. Install nextflow⁠

ii. Install either Docker⁠ or Singularity⁠ for full pipeline reproducibility (please only use Conda⁠ as a last resort

iii. Download the pipeline and test it on a minimal dataset with a single command

nextflow run Flomics/SARSCoV2 -profile test,<docker/singularity/conda/institute>

iv. Start running your own analysis!

Minimal command to run the pipeline, you need to insert a samplesheet (csv) with sample,fastq_1,fastq_2 information, the protocol used and if the protocol is 'amplicon', the kit used

nextflow run Flomics/SARSCoV2 -profile <docker/singularity/conda/institute> --input 'path/to/samplesheet/samplesheet.csv --protocol <amplicon/metagenomic> --kit <artic_v1/artic_v2/artic_v3/qiagen/swiftbio>'

Command to run the pipeline with a database compressed, introduce the path to the file

nextflow run Flomics/SARSCoV2 -profile <docker/singularity/conda/awsbatch> --input 'path/to/samplesheet/samplesheet.csv' --protocol <amplicon/metagenomic> --kit <artic_v1/artic_v2/artic_v3/qiagen/swiftbio> --kraken2_db 'path/to/database/database.tar.gz'

Command to run the pipeline with a database uncompressed, introduce the path to the folder

nextflow run Flomics/SARSCoV2 -profile <docker/singularity/conda/awsbatch> --input 'path/to/samplesheet/samplesheet.csv' --protocol <amplicon/metagenomic> --kit <artic_v1/artic_v2/artic_v3/qiagen/swiftbio> --kraken2_db 'path/to/database'

See usage docs⁠ for all of the available options when running the pipeline.

⁠Documentation

The Flomics/SARSCoV pipeline comes with documentation about the pipeline, found in the docs/ directory:

  1. Running the pipeline⁠
  2. Output and how to interpret the results⁠

⁠Credits

Flomics/SARSCoV2 was originally written by Flomics bioinformatician team (Marta Pozuelo, Lluc CabĂșs and Joao Curado).

⁠Contributions and Support

If you would like to contribute to this pipeline, please see the contributing guidelines⁠.

For further information or help, don't hesitate to get in touch by mail⁠

Tag summary

Content type

Image

Digest

sha256:f499addc4


Size

1.5 GB

Last updated

about 2 years ago

docker pull flomicsbiotech/sarscov2