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