public static final class FilterFastq.LengthFilter extends Object implements FilterFastq.Filter
| Constructor and Description |
|---|
LengthFilter(int length)
Create a new length filter with the specified length.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.biojava.bio.program.fastq.Fastq fastq)
Return true if the specified FASTQ record should be accepted by this filter.
|
public LengthFilter(int length)
length - lengthpublic boolean accept(org.biojava.bio.program.fastq.Fastq fastq)
FilterFastq.Filteraccept in interface FilterFastq.Filterfastq - FASTQ recordCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).