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