Skip to content
Pierre Lindenbaum edited this page Mar 8, 2015 · 5 revisions

##Motivation

Downsample a VCF.

##Compilation

See also Compilation.

$ make 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

Contribute

##See also

##History

  • 2015 : Creation

License

The project is licensed under the MIT license.

Clone this wiki locally