org.utgenome.format.illumina
Class Seq2Fastq
java.lang.Object
org.utgenome.format.illumina.Seq2Fastq
public class Seq2Fastq
- extends Object
For converting Illumina's input into Fastq format
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Seq2Fastq
public Seq2Fastq()
convertToFastq
public static FastqRead convertToFastq(String line)
throws UTGBException
- Throws:
UTGBException
sanitizeReadName
public static String sanitizeReadName(String name)
sanitizeQualityValue
public static String sanitizeQualityValue(String qual)
convert
public static void convert(BufferedReader illuminaSequenceFile,
Writer output)
throws IOException
- Throws:
IOException
Copyright © 2007-2012 utgenome.org. All Rights Reserved.