public final class PairedFastqReader extends PairedReader
readsCounter| Constructor and Description |
|---|
PairedFastqReader(File file1,
File file2) |
PairedFastqReader(File file1,
File file2,
boolean replaceWildcards) |
PairedFastqReader(File file1,
File file2,
boolean replaceWildcards,
boolean lazyReads) |
PairedFastqReader(File file1,
File file2,
QualityFormat format,
CompressionType ct) |
PairedFastqReader(File file1,
File file2,
QualityFormat format,
CompressionType ct,
boolean replaceWildcards,
boolean lazyReads) |
PairedFastqReader(InputStream stream1,
InputStream stream2) |
PairedFastqReader(InputStream stream1,
InputStream stream2,
boolean replaceWildcards) |
PairedFastqReader(InputStream stream1,
InputStream stream2,
CompressionType compressionType) |
PairedFastqReader(InputStream stream1,
InputStream stream2,
QualityFormat format,
CompressionType ct,
boolean guessQualityFormat,
int bufferSize,
boolean replaceWildcards,
boolean lazyReads) |
PairedFastqReader(SingleFastqReader reader1,
SingleFastqReader reader2) |
PairedFastqReader(String fileName1,
String fileName2) |
PairedFastqReader(String fileName1,
String fileName2,
boolean replaceWildcards) |
PairedFastqReader(String fileName1,
String fileName2,
boolean replaceWildcards,
boolean lazyReads) |
PairedFastqReader(String fileName1,
String fileName2,
QualityFormat format,
CompressionType ct) |
PairedFastqReader(String fileName1,
String fileName2,
QualityFormat format,
CompressionType ct,
boolean replaceWildcards,
boolean lazyReads) |
takeclose, getProgress, isFinished, takeReadsaddOneRead, getNumberOfReadsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberOfReadspublic PairedFastqReader(File file1, File file2) throws IOException
IOExceptionpublic PairedFastqReader(String fileName1, String fileName2) throws IOException
IOExceptionpublic PairedFastqReader(File file1, File file2, boolean replaceWildcards, boolean lazyReads) throws IOException
IOExceptionpublic PairedFastqReader(String fileName1, String fileName2, boolean replaceWildcards, boolean lazyReads) throws IOException
IOExceptionpublic PairedFastqReader(File file1, File file2, boolean replaceWildcards) throws IOException
IOExceptionpublic PairedFastqReader(String fileName1, String fileName2, boolean replaceWildcards) throws IOException
IOExceptionpublic PairedFastqReader(File file1, File file2, QualityFormat format, CompressionType ct) throws IOException
IOExceptionpublic PairedFastqReader(String fileName1, String fileName2, QualityFormat format, CompressionType ct) throws IOException
IOExceptionpublic PairedFastqReader(File file1, File file2, QualityFormat format, CompressionType ct, boolean replaceWildcards, boolean lazyReads) throws IOException
IOExceptionpublic PairedFastqReader(String fileName1, String fileName2, QualityFormat format, CompressionType ct, boolean replaceWildcards, boolean lazyReads) throws IOException
IOExceptionpublic PairedFastqReader(InputStream stream1, InputStream stream2, QualityFormat format, CompressionType ct, boolean guessQualityFormat, int bufferSize, boolean replaceWildcards, boolean lazyReads) throws IOException
IOExceptionpublic PairedFastqReader(InputStream stream1, InputStream stream2) throws IOException
IOExceptionpublic PairedFastqReader(InputStream stream1, InputStream stream2, boolean replaceWildcards) throws IOException
IOExceptionpublic PairedFastqReader(InputStream stream1, InputStream stream2, CompressionType compressionType) throws IOException
IOExceptionpublic PairedFastqReader(SingleFastqReader reader1, SingleFastqReader reader2)
Copyright © 2018. All rights reserved.