public class BlastTabularParser extends Object implements ResultFactory
| Constructor and Description | 
|---|
BlastTabularParser()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Result> | 
createObjects(double maxEScore)
Launch the parsing and get back a list of Result objects representing the
 search result in the specified file. 
 | 
List<String> | 
getFileExtensions()
returns a list of file extensions associated to this ResultFactory 
 | 
void | 
setDatabaseReferences(List<Sequence> sequences)
Intended for use with run module. 
 | 
void | 
setFile(File f)  | 
void | 
setParsingConsistency(org.biojava.nbio.core.search.io.blast.BlastTabularParser.PARSING_CONSISTENCY parsingConsistency)
Tries to define a different level of consistency during parsing. 
 | 
void | 
setQueryReferences(List<Sequence> sequences)
Intended for use with run module. 
 | 
void | 
storeObjects(List<Result> results)
The factory that implements this method will be able to save the Search results
 to a file in the same format that it is able to read. 
 | 
public List<String> getFileExtensions()
ResultFactorygetFileExtensions in interface ResultFactorypublic void setFile(File f)
setFile in interface ResultFactorypublic List<Result> createObjects(double maxEScore) throws IOException, ParseException
ResultFactorycreateObjects in interface ResultFactoryIOExceptionParseExceptionpublic void storeObjects(List<Result> results) throws IOException, ParseException
ResultFactorystoreObjects in interface ResultFactoryIOExceptionParseExceptionpublic void setQueryReferences(List<Sequence> sequences)
setQueryReferences in interface ResultFactorysequences - public void setDatabaseReferences(List<Sequence> sequences)
setDatabaseReferences in interface ResultFactorysequences - public void setParsingConsistency(org.biojava.nbio.core.search.io.blast.BlastTabularParser.PARSING_CONSISTENCY parsingConsistency)
Copyright © 2000–2016 BioJava. All rights reserved.