parses the result of CGI query
![]() | blastParser ( blastConfig *bc ) constructor |
![]() | setConfig ( blastConfig *bc ) another way to set up the pointer to blastConfig object |
![]() | parse ( dataEntries *ab_entry, SaveFrameNode *save_frame ) opens and parses the file that contains search results |
![]() | isUpdated ( dataEntries *ab_entry, SaveFrameNode *save_frame ) returns true if results of CGI query are different from what's already in DB |
parses the result of CGI query.Query result is saved as "/tmp/blast_out", it is an HTML page.
Main entry point into the class isparse()
method.
This is the main entry point for blastParser class.
void setConfig( blastConfig *bc )
int parse( dataEntries *ab_entry, SaveFrameNode *save_frame )
-1 error getting residue count
-2 error opening CGI query result file.
save_frame - pointer to SaveFrameNode.
bool isUpdated( dataEntries *ab_entry, SaveFrameNode *save_frame )
save_frame - pointer to SaveFrameNode.
Alphabetic index Hierarchy of classes