Class BlastResult

java.lang.Object
org.biojava.nbio.core.search.io.Result
org.biojava.nbio.core.search.io.blast.BlastResult
All Implemented Interfaces:
Iterable<Hit>

public class BlastResult extends Result
This class models a Blast/Blast plus result. You will find one of this for every query sequence specified in the run. Designed by Paolo Pavan. You may want to find my contacts on Github and LinkedIn for code info or discuss major changes. https://github.com/paolopavan
Author:
Paolo Pavan