public static final class FilterVcf.RangeFilter extends Object implements FilterVcf.Filter
| Constructor and Description |
|---|
RangeFilter(String value)
Create a new range filter with the specified range format.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VcfRecord record)
Return true if the specified VCF record should be accepted by this filter.
|
public RangeFilter(String value)
value - range format, must not be nullpublic boolean accept(VcfRecord record)
FilterVcf.Filteraccept in interface FilterVcf.Filterrecord - VCF recordCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).