Difference between revisions of "Reducevcf"

From GenomeView Manual
Jump to navigation Jump to search
Line 16: Line 16:
 
  -k | --keep
 
  -k | --keep
 
  Keep ambiguous calls
 
  Keep ambiguous calls
 +
 +
Example: java -jar reducevcf.jar -i myLargeVCFFile.vcf -o smallOutputFile.vcf
  
  
 
[[Category:GenomeTools]] [[Category:User]] [[Category:Platform]]
 
[[Category:GenomeTools]] [[Category:User]] [[Category:Platform]]

Revision as of 23:50, 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
Example: java -jar reducevcf.jar -i myLargeVCFFile.vcf -o smallOutputFile.vcf