Package htsjdk.variant.example
Class PrintVariantsExample
- java.lang.Object
-
- htsjdk.variant.example.PrintVariantsExample
-
public final class PrintVariantsExample extends Object
This is a example program showing how to use Feature readers and (optionally) writers. It's also useful for measuring time. An example invocation is: java -cp dist/htsjdk-2.1.1.jar htsjdk.variant.example.PrintVariantsExample in.vcf out.vcfArguments: - the first argument is the input file (VCF) - the second argument is optional and is the name of the output file (nothing gets written if this argument is missing)
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-