public static final class SVFastqUtils.FastqRead
extends java.lang.Object
implements org.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
Modifier and Type | Class and Description |
---|---|
static class |
SVFastqUtils.FastqRead.Serializer |
Constructor and Description |
---|
FastqRead(GATKRead read) |
FastqRead(GATKRead read,
boolean includeMappingLocation) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getBases()
returns bases with values like 'A', 'C', 'G', and 'T'
|
java.lang.String |
getDescription() |
java.lang.String |
getHeader()
Returns the header line of this Fastq read starting with '@' followed by the read id and description separated by tab characters.
|
java.lang.String |
getId() |
SVFastqUtils.Mapping |
getMapping() |
java.lang.String |
getName() |
byte[] |
getQuals()
returns phred-scaled quals with no bias
|
public FastqRead(GATKRead read)
public FastqRead(GATKRead read, boolean includeMappingLocation)
public java.lang.String getHeader()
null
.public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getDescription()
public SVFastqUtils.Mapping getMapping()
public byte[] getBases()
getBases
in interface org.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
public byte[] getQuals()
getQuals
in interface org.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals