Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 270 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 270 Bytes

snippy-variants

Perform read mapping and variant calling using snippy.

Usage

nextflow run BCCDC-PHL/snippy-variants \
  --ref </path/to/ref.fa> \
  --fastq_input </path/to/fastqs> \
  --outdir </path/to/output_dir>