-
Notifications
You must be signed in to change notification settings - Fork 133
DownSampleVcf
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
- Issue Tracker: http://github.com/lindenb/jvarkit/issues`
- Source Code: http://github.com/lindenb/jvarkit
##See also
##History
- 2015 : Creation
The project is licensed under the MIT license.