org.utgenome.format.fastq
Class FastqToBAM
java.lang.Object
org.utgenome.format.fastq.FastqToBAM
public class FastqToBAM
- extends Object
Converting Illumina's FASTQ read data (single or paired-end) into BAM format, which can be used BLOAD's GATK
pipeline.
This code is migrated from
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastqToBAM
public FastqToBAM()
execute
public static int execute(String[] args)
throws Exception
- Throws:
Exception
convert
public int convert()
throws UTGBException,
IOException
- Throws:
UTGBException
IOException
convert
public int convert(Reader input1,
Reader input2)
throws UTGBException,
IOException
- Throws:
UTGBException
IOException
Copyright © 2007-2012 utgenome.org. All Rights Reserved.