Docker image for SARSCoV2 pipeline
100K+
Workflow to diagnose SARSCoV2.
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.
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.
The Flomics/SARSCoV pipeline comes with documentation about the pipeline, found in the docs/ directory:
Flomics/SARSCoV2 was originally written by Flomics bioinformatician team (Marta Pozuelo, Lluc CabĂșs and Joao Curado).
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â
Content type
Image
Digest
sha256:f499addc4âŠ
Size
1.5 GB
Last updated
about 2 years ago
docker pull flomicsbiotech/sarscov2