public class VCFToTriTyper extends Object
| Constructor and Description |
|---|
VCFToTriTyper() |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(String dir,
String oudir)
Parse and assume all variants are SNPs
|
void |
parse(String dir,
String outdir,
String snpPatternString)
Parser that can filter variants to only include SNPs
|
public void parse(String dir, String oudir) throws IOException
dir - oudir - IOExceptionpublic void parse(String dir, String outdir, String snpPatternString) throws IOException
dir - outdir - snpPatternString - pattern INFO column of VCF must contain. Use null for no checkIOExceptionCopyright © 2015. All Rights Reserved.