Datatypes:
| AjPFile | Assembly data output |
| none | Miscellaneous functions |
Sections:
| assembly data outputs | Output |
Functions:
| ajAssemoutWriteFormat | Write assembly data in a named format |
AjBool ajAssemoutWriteFormat (
AjPFile outf,
const AjPAssem assem,
const AjPStr fmt
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| const AjPAssem | assem | Input | Assembly data object |
| const AjPStr | fmt | Input | Format name |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
Sections:
| Casts | |
| Miscellaneous | Miscellaneous |
Functions:
| ajAssemoutprintBook | Reports the assembly format internals as Docbook text |
| ajAssemoutprintHtml | Reports the internal data structures |
| ajAssemoutprintText | Reports the internal data structures |
| ajAssemoutprintWiki | Reports the asembly output format internals as wikitext |
void ajAssemoutprintBook (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajAssemoutprintHtml (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajAssemoutprintText (
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 ajAssemoutprintWiki (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
Functions:
| ajAssemoutExit | Cleans up assembly output internal memory |
void ajAssemoutExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0