Skip to content
Pierre Lindenbaum edited this page Feb 23, 2015 · 3 revisions

##Motivation

TODO

##Compilation

See also Compilation.

$ make __TODO__

##Synopsis

$ java -jar dist/__TODO__.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
Clone this wiki locally