void ajReportDel ( AjPReport* pthys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport* | pthys | Delete | Report object reference |
void | RETURN |
From EMBOSS 2.0.0
AjBool ajReportOpen ( AjPReport thys, const AjPStr name );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | name | Input | File name |
AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajReportFormatDefault ( AjPStr* pformat );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPStr* | pformat | Output | Default format returned |
AjBool | RETURN | ajTrue is format was returned |
From EMBOSS 2.0.0
AjBool ajReportFindFormat ( 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 2.0.0
AjBool ajReportSetTagsS ( AjPReport thys, const AjPStr taglist );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | taglist | Input | Tag names list |
AjBool | RETURN | ajTrue on success |
From EMBOSS 6.2.0
AjBool ajReportValid ( AjPReport thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
AjBool | RETURN | ajTrue on success |
From EMBOSS 2.1.0
AjPReport ajReportNew ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | RETURN | New report object |
From EMBOSS 2.0.0
AjBool ajReportWrite ( AjPReport thys, const AjPFeattable ftable, const AjPSeq seq );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPFeattable | ftable | Input | Feature table object |
const AjPSeq | seq | Input | Sequence object |
AjBool | RETURN | True if data was written False if maximum output has already been reached. |
From EMBOSS 2.0.0
void ajReportClose ( AjPReport thys );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
void | RETURN |
From EMBOSS 2.0.0
void ajReportWriteHeader ( AjPReport thys, const AjPFeattable ftable, const AjPSeq seq );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPFeattable | ftable | Input | Feature table object |
const AjPSeq | seq | Input | Sequence object |
void | RETURN |
From EMBOSS 2.1.0
void ajReportWriteTail ( AjPReport thys, const AjPFeattable ftable, const AjPSeq seq );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPFeattable | ftable | Input | Feature table object |
const AjPSeq | seq | Input | Sequence object |
void | RETURN |
From EMBOSS 2.1.0
void ajReportSetHeaderS ( AjPReport thys, const AjPStr header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetHeaderC ( AjPReport thys, const char* header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 2.1.0
void ajReportAppendHeaderC ( AjPReport thys, const char* header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 4.1.0
void ajReportAppendHeaderS ( AjPReport thys, const AjPStr header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetSubheaderC ( AjPReport thys, const char* header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetSubheaderS ( AjPReport thys, const AjPStr header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportAppendSubheaderC ( AjPReport thys, const char* header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportAppendSubheaderS ( AjPReport thys, const AjPStr header );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | header | Input | Report header with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetSeqstats ( AjPReport thys, const AjPSeqall seqall );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPSeqall | seqall | Input | Sequence stream object |
void | RETURN |
From EMBOSS 6.1.0
void ajReportSetSeqsetstats ( AjPReport thys, const AjPSeqset seqset );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPSeqset | seqset | Input | Sequence set object |
void | RETURN |
From EMBOSS 6.1.0
void ajReportSetStatistics ( AjPReport thys, ajlong totseqs, ajlong totlength );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
ajlong | totseqs | Input | Total number of sequences processed |
ajlong | totlength | Input | Total sequence length processed |
void | RETURN |
From EMBOSS 6.1.0
void ajReportSetTailC ( AjPReport thys, const char* tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 2.1.0
void ajReportSetTailS ( AjPReport thys, const AjPStr tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportAppendTailC ( AjPReport thys, const char* tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 4.1.0
void ajReportAppendTailS ( AjPReport thys, const AjPStr tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetSubtailC ( AjPReport thys, const char* tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetSubtailS ( AjPReport thys, const AjPStr tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportAppendSubtailC ( AjPReport thys, const char* tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const char* | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportAppendSubtailS ( AjPReport thys, const AjPStr tail );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPStr | tail | Input | Report tail with embedded newlines |
void | RETURN |
From EMBOSS 6.2.0
void ajReportSetType ( AjPReport thys, const AjPFeattable ftable, const AjPSeq seq );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
const AjPFeattable | ftable | Input | Feature table object |
const AjPSeq | seq | Input | Sequence object |
void | RETURN |
From EMBOSS 2.1.0
const AjPStr ajReportGetSeqnameSeq ( const AjPReport thys, const AjPSeq seq );
Type | Name | Read/Write | Description |
---|---|---|---|
const AjPReport | thys | Input | Report object |
const AjPSeq | seq | Input | Sequence object |
const AjPStr | RETURN | Sequence name for this report |
From EMBOSS 6.2.0
void ajReportAddFileF ( AjPReport thys, AjPFile file, const AjPStr type );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPReport | thys | Modify | Report object |
AjPFile | file | Modify | File |
const AjPStr | type | Input | Type (simple text description) |
void | RETURN |
From EMBOSS 6.2.0
void ajReportPrintFormat ( 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 2.5.0
void ajReportPrinthtmlFormat ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.4.0
void ajReportPrintbookFormat ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.2.0
void ajReportPrintwikiFormat ( AjPFile outf );
Type | Name | Read/Write | Description |
---|---|---|---|
AjPFile | outf | Modify | Output file |
void | RETURN |
From EMBOSS 6.2.0
void ajReportDummyFunction ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 2.9.0
void ajReportExit ( void );
Type | Name | Read/Write | Description |
---|---|---|---|
void | RETURN |
From EMBOSS 4.0.0