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