Class SVFastqUtils.FastqRead
java.lang.Object
org.broadinstitute.hellbender.tools.spark.sv.utils.SVFastqUtils.FastqRead
- All Implemented Interfaces:
org.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
- Enclosing class:
- SVFastqUtils
public static final class SVFastqUtils.FastqRead
extends Object
implements org.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
getBases()
returns bases with values like 'A', 'C', 'G', and 'T'Returns the header line of this Fastq read starting with '@' followed by the read id and description separated by tab characters.getId()
getName()
byte[]
getQuals()
returns phred-scaled quals with no bias
-
Constructor Details
-
FastqRead
-
FastqRead
-
-
Method Details
-
getHeader
Returns the header line of this Fastq read starting with '@' followed by the read id and description separated by tab characters.- Returns:
- never
null
.
-
getId
-
getName
-
getDescription
-
getMapping
-
getBases
public byte[] getBases()returns bases with values like 'A', 'C', 'G', and 'T'- Specified by:
getBases
in interfaceorg.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
-
getQuals
public byte[] getQuals()returns phred-scaled quals with no bias- Specified by:
getQuals
in interfaceorg.broadinstitute.hellbender.utils.fermi.FermiLiteAssembler.BasesAndQuals
-