AjBool ajFeattabOutOpen (
AjPFeattabOut thys,
const AjPStr ufo
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Features table output object |
| const AjPStr | ufo | Input | UFO feature output specifier |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjPFile ajFeattabOutFile (
const AjPFeattabOut thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPFeattabOut | thys | Input | Features table output object |
| AjPFile | RETURN | File object |
From EMBOSS 2.1.0
AjPStr ajFeattabOutFilename (
const AjPFeattabOut thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPFeattabOut | thys | Input | Features table output object |
| AjPStr | RETURN | Filename |
From EMBOSS 2.1.0
AjBool ajFeattabOutIsOpen (
const AjPFeattabOut thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPFeattabOut | thys | Input | Features table output object |
| AjBool | RETURN | ajTrue if file is open |
From EMBOSS 2.0.1
AjBool ajFeattabOutIsLocal (
const AjPFeattabOut thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPFeattabOut | thys | Input | Features table output object |
| AjBool | RETURN | ajTrue if file is open |
From EMBOSS 2.8.0
AjBool ajFeattabOutSet (
AjPFeattabOut thys,
const AjPStr ufo
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Features table output object |
| const AjPStr | ufo | Input | UFO feature output specifier |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.1
void ajFeattabOutSetBasename (
AjPFeattabOut thys,
const AjPStr basename
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | feature table output |
| const AjPStr | basename | Input | Output base filename |
| void | RETURN |
From EMBOSS 2.7.0
AjBool ajFeattabOutSetSeqname (
AjPFeattabOut thys,
const AjPStr name
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Features table output object |
| const AjPStr | name | Input | UFO feature output specifier |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.1.0
AjPFeattabOut ajFeattabOutNewCSF (
const char* fmt,
const AjPStr name,
const char* type,
AjPFile file
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | fmt | Input | feature format |
| const AjPStr | name | Input | sequence name |
| const char* | type | Input | feature type |
| AjPFile | file | Modify | Output file |
| AjPFeattabOut | RETURN | Feature table output object |
From EMBOSS 6.0.0
AjPFeattabOut ajFeattabOutNewSSF (
const AjPStr fmt,
const AjPStr name,
const char* type,
AjPFile file
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | fmt | Input | feature format |
| const AjPStr | name | Input | sequence name |
| const char* | type | Input | feature type |
| AjPFile | file | Modify | Output file |
| AjPFeattabOut | RETURN | Feature table output object |
From EMBOSS 2.0.0
AjPFeattabOut ajFeattabOutNew (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | RETURN | Feature table input object |
From EMBOSS 2.0.0
void ajFeattabOutClear (
AjPFeattabOut* thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut* | thys | Delete | feature format |
| void | RETURN | Feature table output object |
From EMBOSS 4.1.0
void ajFeattabOutDel (
AjPFeattabOut* thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut* | thys | Delete | feature format |
| void | RETURN | Feature table output object |
From EMBOSS 2.1.0
AjBool ajFeattableWriteUfo (
AjPFeattabOut thys,
const AjPFeattable ftable,
const AjPStr ufo
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Feature output object |
| const AjPFeattable | ftable | Input | Feature table to be written |
| const AjPStr | ufo | Input | UFO feature spec (ignored if already open) |
| AjBool | RETURN | ajTrue on success. |
From EMBOSS 6.2.0
AjBool ajFeatOutFormatDefault (
AjPStr* pformat
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPStr* | pformat | Output | Default output feature format. |
| AjBool | RETURN | ajTrue on success. |
From EMBOSS 2.7.0
AjBool ajFeattableWrite (
AjPFeattabOut ftout,
const AjPFeattable features
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Specifies the external source (file) of the features to be written |
| const AjPFeattable | features | Input | Feature set to be written out |
| AjBool | RETURN | Returns ajTrue if successful; ajFalse otherwise |
From EMBOSS 2.0.0
AjBool ajFeattableWriteGff2 (
AjPFeattabOut ftout,
const AjPFeattable Feattab
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | Feattab | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.0.0
AjBool ajFeattableWriteGff3 (
AjPFeattabOut ftout,
const AjPFeattable Feattab
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | Feattab | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.0.0
AjBool ajFeattableWriteDdbj (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajFeattableWriteEmbl (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajFeattableWriteGenbank (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajFeattableWriteRefseq (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.2.0
AjBool ajFeattableWriteRefseqp (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.2.0
AjBool ajFeattableWriteSwiss (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajFeattableWritePir (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.0.0
AjBool ajFeattableWriteDasgff (
AjPFeattabOut ftout,
const AjPFeattable thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | thys | Input | Feature table |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 6.1.0
AjBool ajFeattabOutSetType (
AjPFeattabOut thys,
const AjPStr type
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Feature output object |
| const AjPStr | type | Input | Feature type "nucleotide" "protein" |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.7.0
AjBool ajFeattabOutSetTypeC (
AjPFeattabOut thys,
const char* type
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | thys | Modify | Feature output object |
| const char* | type | Input | Feature type "nucleotide" "protein" |
| AjBool | RETURN | ajTrue on success |
From EMBOSS 2.7.0
AjBool ajFeattableWriteDebug (
AjPFeattabOut ftout,
const AjPFeattable ftable
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFeattabOut | ftout | Modify | Feature table output object |
| const AjPFeattable | ftable | Input | Feature table |
| AjBool | RETURN | Always true |
From EMBOSS 6.1.0
AjBool ajFeattablePrint (
const AjPFeattable ftable,
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPFeattable | ftable | Input | Feature table |
| AjPFile | outf | Modify | Output file object |
| AjBool | RETURN | Always true |
From EMBOSS 6.0.0
void ajFeatoutPrintFormat (
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 ajFeatoutPrinthtmlFormat (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.4.0
void ajFeatoutPrintbookFormat (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.2.0
void ajFeatoutPrintwikiFormat (
AjPFile outf
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| void | RETURN |
From EMBOSS 6.2.0
void ajFeatwriteExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.4.0