table of contents
VCFUNIQ(1) | vcfuniq (VCF filter) | VCFUNIQ(1) |
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¶
OTHER¶
LICENSE¶
Copyright 2011-2020 (C) Erik Garrison and vcflib contributors. MIT licensed.
AUTHORS¶
Erik Garrison and vcflib contributors.
vcfuniq (vcflib) |