Difference between revisions of "VcfGenomeStat"

From Genome Analysis Wiki
Jump to navigationJump to search
(Created page with '== Purpose == vcfGenomeStat - print flanking sequences and how often they appear for input vcf file. == Usage == <pre> ../bin/vcfGenomeStat [-L <integer>] [-w <integer>] [-l…')
 
 
Line 41: Line 41:
 
     Displays usage information and exits.
 
     Displays usage information and exits.
 
</pre>
 
</pre>
 +
 +
[[Category:Software]]
 +
[[Category:StatGen Download]]

Latest revision as of 00:35, 2 November 2010

Purpose

vcfGenomeStat - print flanking sequences and how often they appear for input vcf file.

Usage

   ../bin/vcfGenomeStat  [-L <integer>] [-w <integer>] [-l <string>] -o
                         <string> -i <string> -r <string> [-v] [--]
                         [--version] [-h]


Where: 

   -L <integer>,  --max-line-length <integer>
     Maximun Line Length of the VCF file (default:1048576)

   -w <integer>,  --win <integer>
     Window size for HomPolymerRun (default:10)

   -l <string>,  --log <string>
     Log file - [out].log is default

   -o <string>,  --out <string>
     (required)  Output file

   -i <string>,  --in <string>
     (required)  Input VCF file

   -r <string>,  --reference <string>
     (required)  Karma's reference sequence

   -v,  --verbose
     Turn on verbose mode

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.