vg
tools for working with variation graphs
|
#include <genotypekit.hpp>
Public Member Functions | |
virtual | ~VcfRecordFilter ()=default |
virtual bool | accept_record (const vcflib::Variant &variant)=0 |
Represents a filter that passes or rejects VCF records according to some criteria. Polymorphic base class/interface.
|
virtualdefault |
|
pure virtual |
Returns true if we should keep the given VCF record, and false otherwise.