|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tools.blast.MegablastHSIterator
Iterates through a megablast -D 3 output file, returns HitSummaries.
| Constructor Summary | |
MegablastHSIterator(java.io.File mbFile)
|
|
MegablastHSIterator(java.io.Reader r)
|
|
| Method Summary | |
static java.lang.String |
getAC(java.lang.String defline)
Method to parse the unique accession number from a gi identifier. |
boolean |
hasNext()
Returns true if the iteration has more HitSummaries. |
HitSummary |
next()
Returns the next HitSummary in the interation. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MegablastHSIterator(java.io.File mbFile)
throws java.io.FileNotFoundException,
java.io.IOException,
WrongFileFormatException
public MegablastHSIterator(java.io.Reader r)
throws java.io.IOException,
WrongFileFormatException
| Method Detail |
public static java.lang.String getAC(java.lang.String defline)
public boolean hasNext()
throws java.io.IOException
hasNext in interface edu.mssm.crover.tools.blast.HitSummaryIteratorjava.io.IOException
public HitSummary next()
throws CommandNotInstalled,
WrongFileFormatException,
java.io.IOException
next in interface edu.mssm.crover.tools.blast.HitSummaryIteratorCommandNotInstalled
WrongFileFormatException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||