blatParser.h File Reference

Go to the source code of this file.

Data Structures

struct  BlatQuery
 BlatQuery. More...
struct  PslEntry
 PslEntry. More...

Functions

void blatParser_deInit (void)
 Deinitialize the blatParser module.
void blatParser_initFromFile (char *fileName)
 Initialize the blatParser module from file.
void blatParser_initFromPipe (char *command)
 Initialize the blatParser module from pipe.
BlatQueryblatParser_nextQuery (void)
 Returns a pointer to next BlatQuery.


Detailed Description

Author:
Lukas Habegger (lukas.habegger@yale.edu)

Definition in file blatParser.h.


Function Documentation

void blatParser_initFromFile ( char *  fileName  ) 

Initialize the blatParser module from file.

Parameters:
[in] fileName File name, use "-" to denote stdin

Definition at line 28 of file blatParser.c.

void blatParser_initFromPipe ( char *  command  ) 

Initialize the blatParser module from pipe.

Parameters:
[in] command Command to be executed

Definition at line 45 of file blatParser.c.

BlatQuery* blatParser_nextQuery ( void   ) 

Returns a pointer to next BlatQuery.

Precondition:
The module has been initialized using blatParser_init().

Definition at line 111 of file blatParser.c.


Generated on Fri Aug 7 15:46:42 2009 for BIOS by  doxygen 1.5.7.1