Datatypes:
AjPoutfile | Variation data output |
none | Miscellaneous functions |
Sections:
variation data outputs | Output |
Functions:
ajVaroutWrite | Write variation data in a named format |
ajVaroutWriteNext | Write latest chunk of variation data in a named format |
AjBool ajVaroutWrite ( AjPOutfile outf, const AjPVar var );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPOutfile | outf | Modify | Output file |
const AjPVar | var | Input | Variation object |
AjBool | RETURN | True on success |
From EMBOSS 6.4.0
AjBool ajVaroutWriteNext ( AjPOutfile outf, const AjPVar var );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPOutfile | outf | Modify | Output file |
const AjPVar | var | Input | Variation object |
AjBool | RETURN | True on success |
From EMBOSS 6.5.0
Sections:
Casts |
Functions:
ajVaroutprintBook | Reports the variation format internals as Docbook text |
ajVaroutprintHtml | Reports the internal data structures |
ajVaroutprintText | Reports the internal data structures |
ajVaroutprintWiki | Reports the variation output format internals as wikitext |
void ajVaroutprintBook ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
void ajVaroutprintHtml ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
void ajVaroutprintText ( 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 ajVaroutprintWiki ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
Functions:
ajVaroutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
ajVaroutformatTest | Tests whether a named variation output format is known |
AjBool ajVaroutformatFind ( const AjPStr format, ajint* iformat );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | format | Input | Format required. |
ajint* | iformat | Output | Index |
AjBool | RETURN | ajTrue on success. |
From EMBOSS 6.4.0
AjBool ajVaroutformatTest ( const AjPStr format );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPStr | format | Input | Format |
AjBool | RETURN | ajTrue if formats was accepted |
From EMBOSS 6.4.0
Functions:
ajVaroutExit | Cleans up variation output internal memory |
void ajVaroutExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 6.4.0