| broad.pda.seq.fastq.FastqParser.FastqParser |
( |
File |
fastqFile | ) |
throws IOException |
- Deprecated:
- This constructure is highly discouraged as it opens a reader. Use the empty constructor instead and set the file to read, then call start.
- Parameters
-
- Exceptions
-
| broad.pda.seq.fastq.FastqParser.FastqParser |
( |
| ) |
|
| void broad.pda.seq.fastq.FastqParser.close |
( |
| ) |
throws IOException |
| void broad.pda.seq.fastq.FastqParser.convertToFasta |
( |
String |
save | ) |
throws IOException |
| void broad.pda.seq.fastq.FastqParser.convertToNumberedFasta |
( |
String |
save | ) |
throws IOException |
| int broad.pda.seq.fastq.FastqParser.getNumberOfSequences |
( |
| ) |
|
| Collection<FastqSequence> broad.pda.seq.fastq.FastqParser.getSequences |
( |
| ) |
throws IOException |
| boolean broad.pda.seq.fastq.FastqParser.hasNext |
( |
| ) |
|
| Collection<FastqSequence> broad.pda.seq.fastq.FastqParser.parse |
( |
File |
file | ) |
throws IOException |
| void broad.pda.seq.fastq.FastqParser.remove |
( |
| ) |
|
| void broad.pda.seq.fastq.FastqParser.start |
( |
File |
fastqParser | ) |
throws IOException |
| void broad.pda.seq.fastq.FastqParser.start |
( |
BufferedReader |
br | ) |
throws IOException |
| File [] broad.pda.seq.fastq.FastqParser.writeChunks |
( |
String |
save, |
|
|
int |
chunkSize |
|
) |
| throws IOException |
The documentation for this class was generated from the following file: