-
Notifications
You must be signed in to change notification settings - Fork 133
VCFComm
Pierre Lindenbaum edited this page Feb 23, 2015
·
4 revisions
##Motivation
find intersection between VCF files
##Compilation
See also Compilation.
$ make vcfcomm
##Synopsis
$ java -jar dist/vcfcomm.jar (stdin|file)
##Options
Option | Description |
---|---|
-h | get help (this screen) and exit. |
-v | print version and exit. |
-L (level) | log level. One of java.util.logging.Level . Optional. |
##Source Code
Main code is: https://github.com/lindenb/jvarkit/blob/master/src/main/java/com/github/lindenb/jvarkit/tools/misc/__TODO__.java
##Example
$ java -jar dist/__TODO__.jar < in.vcf > out.vcf
##See also
##History
- 2014: Creation