Sign inSign up

flomicsbiotech/lifebitsarscov2

By flomicsbiotech

‱Updated about 6 years ago

Image
0

481

flomicsbiotech/lifebitsarscov2 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 fastq file and the amplicon kit used (valid options: artic_v1, artic_v2, artiv_v3, qiagen or swiftbio)

nextflow run Flomics/SARSCoV2 -profile <docker/singularity/conda/institute> --fastq1 '<SAMPLE>.fastq.gz --ampliseq_kit_type <artic_v1/artic_v2/artic_v3/qiagen/swiftbio>'

In case you are working with paired end data

nextflow run Flomics/SARSCoV2 -profile <docker/singularity/conda/institute> '--fastq1 <SAMPLE>_R1.fastq.gz --fastq2 <SAMPLE>_R2.fastq.gz --ampliseq_kit_type <artic_v1/artic_v2/artic_v3/qiagen/swiftbio>'

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

Size

1.1 GB

Last updated

about 6 years ago

docker pull flomicsbiotech/lifebitsarscov2