Skip to content

Latest commit

 

History

History
60 lines (28 loc) · 821 Bytes

vcfinfo2qual.md

File metadata and controls

60 lines (28 loc) · 821 Bytes

% VCFINFO2QUAL(1) vcfinfo2qual (vcflib) | vcfinfo2qual (VCF transformation) % Erik Garrison and vcflib contributors

NAME

vcfinfo2qual

SYNOPSIS

vcfinfo2qual [key] [vcf_file]

DESCRIPTION

Sets 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.

OPTIONS



Type: transformation

EXIT VALUES

0 : Success

not 0 : Failure

SEE ALSO

vcflib(1)

OTHER

Source code

vcfinfo2qual.cpp

LICENSE

Copyright 2011-2024 (C) Erik Garrison and vcflib contributors. MIT licensed. Copyright 2020-2024 (C) Pjotr Prins.