1% VCFCOUNTALLELES(1) vcfcountalleles (vcflib) | vcfcountalleles (VCF statistics)
2% Erik Garrison and vcflib contributors
3
4# NAME
5
6**vcfcountalleles**
7
8# SYNOPSIS
9
10**vcfcountalleles** <vcf file>
11
12# DESCRIPTION
13
14Count alleles
15
16
17
18
19
20# EXAMPLES
21
22```
23
24Example:
25
26**vcfcountalleles** samples/scaffold612.vcf
2742603
28
29Type: statistics
30
31
32
33```
34
35
36
37# EXIT VALUES
38
39**0**
40: Success
41
42**not 0**
43: Failure
44
45# SEE ALSO
46
47
48
49[vcflib](./vcflib.md)(1)
50
51
52
53# OTHER
54
55## Source code
56
57[vcfcountalleles.cpp](https://github.com/vcflib/vcflib/blob/master/src/vcfcountalleles.cpp)
58
59# LICENSE
60
61Copyright 2011-2020 (C) Erik Garrison and vcflib contributors. MIT licensed.
62
63<!--
64  Created with ./scripts/bin2md.rb scripts/bin2md-template.erb
65-->
66