Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Sep 28, 2023
1 parent 06d62f5 commit 81e06bc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# snippy-variants

Perform read mapping and variant calling using [snippy](https://github.com/tseemann/snippy).

## Usage

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

0 comments on commit 81e06bc

Please sign in to comment.