public static final class FilterVcf.QualFilter extends Object implements FilterVcf.Filter
| Constructor and Description |
|---|
QualFilter(double qual)
Create a new quality score filter with the specified quality score.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(VcfRecord record)
Return true if the specified VCF record should be accepted by this filter.
|
public QualFilter(double qual)
qual - quality scorepublic 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).