1% VCFNUMALT(1) vcfnumalt (vcflib) | vcfnumalt (VCF transformation)
2% Erik Garrison and vcflib contributors
3
4# NAME
5
6**vcfnumalt**
7
8# SYNOPSIS
9
10**vcfnumalt** <vcf file>
11
12# DESCRIPTION
13
14outputs a VCF stream where NUMALT has been generated for each record using sample genotypes
15
16
17
18
19
20# EXIT VALUES
21
22**0**
23: Success
24
25**not 0**
26: Failure
27
28# SEE ALSO
29
30
31
32[vcflib](./vcflib.md)(1)
33
34
35
36# OTHER
37
38## Source code
39
40[vcfnumalt.cpp](https://github.com/vcflib/vcflib/blob/master/src/vcfnumalt.cpp)
41
42# LICENSE
43
44Copyright 2011-2020 (C) Erik Garrison and vcflib contributors. MIT licensed.
45
46<!--
47  Created with ./scripts/bin2md.rb scripts/bin2md-template.erb
48-->
49