Difference between revisions of "Reducevcf"

From GenomeView Manual
Jump to navigation Jump to search
Line 1: Line 1:
 
reducevcf is a tool to reduce the size of VCF files.
 
reducevcf is a tool to reduce the size of VCF files.
 +
 +
It will remove all lines where the alternative allele matches the reference allele. In most cases this will reduce the VCF to less than 1% of its original size.
  
 
==[http://www.genomeview.org/jenkins/reducevcf-nightly/ Download]==
 
==[http://www.genomeview.org/jenkins/reducevcf-nightly/ Download]==

Revision as of 23:42, 3 September 2013

reducevcf is a tool to reduce the size of VCF files.

It will remove all lines where the alternative allele matches the reference allele. In most cases this will reduce the VCF to less than 1% of its original size.

Download

The latest version of reduce VCF is available for download from the GenomeView server.


Usage: java -jar reducevcf.jar [options]
-i <file> | --input <file>
Input file
-o <file> | --output <file>
Output file
-k | --keep
Keep ambiguous calls