Nextflow Examples
Basic Usage
Local with Docker
nextflow run nextflow/main.nf \
--input samplesheet.csv \
--variants variants.vcf \
--fasta reference.fa \
--outdir results \
-profile dockerSLURM Cluster
nextflow run nextflow/main.nf \
--input samplesheet.csv \
--variants variants.vcf \
--fasta reference.fa \
--outdir results \
-profile slurmMAF Output
Strict Filtering
Resume Failed Run
Custom Resource Limits
Related
Last updated