Datatypes:
| AjPOutfile | Reference sequence data output |
| none | Miscellaneous functions |
Sections:
| reference sequence data outputs | Output |
Functions:
| ajRefseqoutWrite | Write refseq data in a named format |
AjBool ajRefseqoutWrite (
AjPOutfile outf,
const AjPRefseq refseq
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPOutfile | outf | Modify | Output file |
| const AjPRefseq | refseq | Input | Refseq data object |
| AjBool | RETURN | True on success |
In release 6.5.0
Sections:
| Casts |
Functions:
| ajRefseqoutprintBook | Reports the reference sequence format internals as Docbook text |
| ajRefseqoutprintHtml | Reports the internal data structures |
| ajRefseqoutprintText | Reports the internal data structures |
| ajRefseqoutprintWiki | Reports the reference sequence output format internals as wikitext |
void ajRefseqoutprintBook (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
void ajRefseqoutprintHtml (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
void ajRefseqoutprintText (
AjPFile outf,
AjBool full
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| AjBool | full | Input | Full report (usually ajFalse) |
| void | RETURN |
In release 6.5.0
void ajRefseqoutprintWiki (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
In release 6.5.0
Functions:
| ajRefseqoutformatFind | Looks for the specified format(s) in the internal definitions and returns the index. |
| ajRefseqoutformatTest | Tests whether a named refseq output format is known |
AjBool ajRefseqoutformatFind (
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. |
In release 6.5.0
AjBool ajRefseqoutformatTest (
const AjPStr format
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | format | Input | Format |
| AjBool | RETURN | ajTrue if formats was accepted |
In release 6.5.0
Functions:
| ajRefseqoutExit | Cleans up reference sequence output internal memory |
void ajRefseqoutExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
In release 6.5.0