-
Notifications
You must be signed in to change notification settings - Fork 133
DownSampleVcf
Pierre Lindenbaum edited this page Dec 10, 2013
·
5 revisions
##Motivation
Downsample a VCF.
##Compilation
See also Compilation.
$ ant downsamplevcf
##Options
Option | Description |
---|---|
-n (int) | number of variant to be printed. Optional |
-N (long) | random seed. Optional |
-h | get help (this screen) |
-v | print version and exit. |
-L (level) | log level. One of java.util.logging.Level . |
##Example
$ java -jar dist/downsamplevcf.jar -n 100 < in.vcf > out.vcf