public static final class FilterSam.MapqFilter extends Object implements FilterSam.Filter
| Constructor and Description |
|---|
MapqFilter(int mapq)
Create a new MAPQ score filter with the specified MAPQ.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(SamRecord record)
Return true if the specified SAM record should be accepted by this filter.
|
public MapqFilter(int mapq)
mapq - MAPQpublic boolean accept(SamRecord record)
FilterSam.Filteraccept in interface FilterSam.Filterrecord - SAM recordCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).