public final class Fastq
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static FastqBuilder |
builder()
Create and return a new FastqBuilder.
|
Fastq |
convertTo(FastqVariant variant)
Create and return a new FASTQ formatted sequence from this converted to the
specified FASTQ sequence format variant.
|
java.lang.String |
getDescription()
Return the description of this FASTQ formatted sequence.
|
java.lang.String |
getQuality()
Return the quality scores for this FASTQ formatted sequence.
|
java.lang.String |
getSequence()
Return the sequence for this FASTQ formatted sequence.
|
FastqVariant |
getVariant()
Return the FASTQ sequence format variant for this FASTQ formatted sequence.
|
public java.lang.String getDescription()
public java.lang.String getSequence()
public java.lang.String getQuality()
public FastqVariant getVariant()
public Fastq convertTo(FastqVariant variant)
variant
- FASTQ sequence format variant, must not be nullpublic static final FastqBuilder builder()