org.utgenome.format.fastq
Class FastqRead
java.lang.Object
org.utgenome.format.fastq.FastqRead
public class FastqRead
- extends Object
An entry of FASTQ format
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
seqname
public String seqname
seq
public String seq
qual
public String qual
FastqRead
public FastqRead()
FastqRead
public FastqRead(String seqname,
String seq,
String qual)
toFASTQString
public String toFASTQString()
parse
public static FastqRead parse(BufferedReader reader)
throws UTGBException
- Throws:
UTGBException
toSilk
public void toSilk(org.xerial.silk.SilkWriter silk)
toSilk
public String toSilk()
Copyright © 2007-2012 utgenome.org. All Rights Reserved.