Week 2 - workflows with Nextflow

Week 2 - workflows with Nextflow#

Running ‘viralrecon’ pipeline#

$ conda activate nextflow
$ nextflow run nf-core/viralrecon -profile singularity \
    --max_memory '12.GB' --max_cpus 4 \#change into whatever specs you have
    --input samplesheet.csv \
    --outdir results/viralrecon \
    --protocol amplicon \
    --genome 'MN908947.3' \
    --primer_set artic \
    --primer_set_version 3 \
    --skip_kraken2 \
    --skip_assembly \
    --skip_pangolin \
    --skip_nextclade \
    --platform illumina