ajobodb.c


Function ajObodbInit

Initialise obo database internals

Prototype

void ajObodbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajObodbPrintAccess

Reports the internal data structures

Prototype

void ajObodbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajObodbExit

Cleans up obo database processing internal memory

Prototype

void ajObodbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0