Skip to content
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
Clone this wiki locally