ajvardb.c


Function ajVardbInit

Initialise variation database internals

Prototype

void ajVardbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajVardbPrintAccess

Reports the internal data structures

Prototype

void ajVardbPrintAccess (
      AjPFile outf,
      AjBool full
);

TypeNameRead/WriteDescription
AjPFileoutfModifyOutput file
AjBoolfullInputFull report (usually ajFalse)
void RETURN

From EMBOSS 6.4.0


Function ajVardbExit

Cleans up variation database processing internal memory

Prototype

void ajVardbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0