public class ReadInfo
extends java.lang.Object
implements java.io.Serializable
,
Serialized FormModifier and Type | Field and Description |
---|---|
java.lang.String |
line |
java.lang.String |
read |
java.lang.String |
readName |
int |
readSize |
Constructor and Description |
---|
ReadInfo(readInfo r)
A constructor that construct an object of
ReadInfo class. |
ReadInfo(java.lang.String line)
A constructor that construct an object of
ReadInfo class. |
Modifier and Type | Method and Description |
---|---|
void |
logInfo()
This method logs all required information from a fastq unit.
|
void |
name(java.lang.String n)
This method sets the id of a read.
|
void |
seq(java.lang.String r)
This method sets the sequence of a read.
|
void |
size(java.lang.String s)
This method sets the length of a sequencing read.
|
public java.lang.String line
public java.lang.String readName
public java.lang.String read
public int readSize
public ReadInfo(java.lang.String line)
ReadInfo
class.line
- the nucleotide sequence of a sequencing read.public void logInfo()
public void name(java.lang.String n)
n
- the nucleotide sequence of a read.public void seq(java.lang.String r)
r
- the nucleotide sequence in a string.public void size(java.lang.String s)
s
- the nucleotide sequence of a read.