public static final class FilterVcf.IdFilter extends Object implements FilterVcf.Filter
| Constructor and Description |
|---|
IdFilter(List<String> ids)
Create a new id filter with the specified list of ids.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VcfRecord record)
Return true if the specified VCF record should be accepted by this filter.
|
public 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).