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 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.
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
Size
1.1 GB
Last updated
about 6 years ago
docker pull flomicsbiotech/lifebitsarscov2