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