public interface VariantFilter
Modifier and Type | Method and Description |
---|---|
String |
filter(VariantContext ctx)
Check to see if the VariantContext should have a filter applied to it.
|
List<VCFFilterHeaderLine> |
headerLines()
Return VCF header lines that define filters that may be applied by the VariantFilter.
|
String filter(VariantContext ctx)
List<VCFFilterHeaderLine> headerLines()