Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 716 Bytes

vcfuniq.md

File metadata and controls

61 lines (27 loc) · 716 Bytes

% VCFUNIQ(1) vcfuniq (vcflib) | vcfuniq (VCF filter) % Erik Garrison and vcflib contributors

NAME

vcfuniq

SYNOPSIS

vcfuniq

DESCRIPTION

List unique genotypes. Like GNU uniq, but for VCF records. Remove records which have the same position, ref, and alt as the previous record.

OPTIONS



Type: filter

      

EXIT VALUES

0 : Success

not 0 : Failure

SEE ALSO

vcflib(1)

OTHER

Source code

vcfuniq.cpp

LICENSE

Copyright 2011-2022 (C) Erik Garrison and vcflib contributors. MIT licensed.