Functions:
| ajTaxdbInit | Initialise taxonomy database internals |
| ajTaxdbPrintAccess | Reports the internal data structures |
| ajTaxdbExit | Cleans up taxonomy database processing internal memory |
void ajTaxdbInit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0
void ajTaxdbPrintAccess (
AjPFile outf,
AjBool full
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| AjBool | full | Input | Full report (usually ajFalse) |
| void | RETURN |
From EMBOSS 6.4.0
void ajTaxdbExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0