pcode93 / variant-caller

A simple distributed variant caller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

variant-caller

A simple distributed variant caller built using Apache Spark and ADAM.

How to run

variant-caller.sh <path to reference> <path to alignment> <output path> [options]

Options

Name Description
-homozygousThreshold Sets the homozygous threshold
-heterozygousThreshold Sets the heterozygous threshold
-mapq Filters reads based on the given mapq value
-debug Turns on debug logging

About

A simple distributed variant caller


Languages

Language:Scala 98.9%Language:Shell 1.1%