ajfeatdb.c


Function ajFeatdbInit

Initialise feature database internals

Prototype

void ajFeatdbInit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0


Section: DAS

These functions manage the DAS database access methods.

Functions:
ajFeatdbPrintAccessReports the internal data structures
ajFeatdbExitCleans up feature database processing internal memory


Function ajFeatdbPrintAccess

Reports the internal data structures

Prototype

void ajFeatdbPrintAccess (
      AjPFile outf,
      AjBool full
);

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

From EMBOSS 6.4.0


Function ajFeatdbExit

Cleans up feature database processing internal memory

Prototype

void ajFeatdbExit (
      void
);

TypeNameRead/WriteDescription
void RETURN

From EMBOSS 6.4.0