ajassemdb.c


Function ajAssemdbInit

Initialise assembly database internals

Prototype

void ajAssemdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Function ajAssemdbPrintAccess

Reports the internal data structures

Prototype

void ajAssemdbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajAssemdbExit

Cleans up assembly database processing internal memory

Prototype

void ajAssemdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0