org.biojava3.genome.homology
Class BlastHomologyHits

java.lang.Object
  extended by org.biojava3.genome.homology.BlastHomologyHits

public class BlastHomologyHits
extends java.lang.Object

Author:
Scooter Willis

Constructor Summary
BlastHomologyHits()
           
 
Method Summary
static java.util.LinkedHashMap<java.lang.String,java.util.ArrayList<java.lang.String>> getMatches(java.io.File xmlBlastHits, double ecutoff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlastHomologyHits

public BlastHomologyHits()
Method Detail

getMatches

public static java.util.LinkedHashMap<java.lang.String,java.util.ArrayList<java.lang.String>> getMatches(java.io.File xmlBlastHits,
                                                                                                         double ecutoff)
                                                                                                  throws java.lang.Exception
Throws:
java.lang.Exception