void embBtreeIndexEntry (
EmbPBtreeEntry entry,
ajuint dbno
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | Entry with id |
| ajuint | dbno | Input | Database number for an identifier index field |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeIndexField (
EmbPBtreeField field,
const EmbPBtreeEntry entry,
ajuint dbno
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Field with list of data |
| const EmbPBtreeEntry | entry | Input | Entry with id |
| ajuint | dbno | Input | Database number for an identifier index field |
| void | RETURN |
From EMBOSS 6.4.0
ajuint embBtreeIndexPrimary (
EmbPBtreeField field,
const EmbPBtreeEntry entry,
ajuint dbno
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Field with list of data |
| const EmbPBtreeEntry | entry | Input | Entry with id |
| ajuint | dbno | Input | Database number for an identifier index field |
| ajuint | RETURN | Number of keys added |
From EMBOSS 6.5.0
ajuint embBtreeIndexSecondary (
EmbPBtreeField field,
const EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Field with list of data |
| const EmbPBtreeEntry | entry | Input | Entry identifier |
| ajuint | RETURN | Number of keys added |
From EMBOSS 6.5.0
void embBtreeParseEntry (
const AjPStr readline,
AjPRegexp regexp,
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | INput record |
| AjPRegexp | regexp | Modify | Regular expression to extract tokens |
| EmbPBtreeEntry | entry | Modify | Entry |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeParseField (
const AjPStr readline,
AjPRegexp regexp,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | Input record |
| AjPRegexp | regexp | Modify | Regular expression to extract tokens |
| EmbPBtreeField | field | Modify | Field |
| void | RETURN |
From EMBOSS 6.4.0
AjBool embBtreeFieldGetdataS (
EmbPBtreeField field,
AjPStr* Pstr
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Field |
| AjPStr* | Pstr | Output | Data value field |
| AjBool | RETURN | True if data was found |
From EMBOSS 6.5.0
void embBtreeParseFieldSecond (
const AjPStr readline,
AjPRegexp regexp,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | Input record |
| AjPRegexp | regexp | Modify | Regular expression to extract tokens |
| EmbPBtreeField | field | Modify | Field |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeParseFieldThird (
const AjPStr readline,
AjPRegexp regexp,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | Input record |
| AjPRegexp | regexp | Modify | Regular expression to extract tokens |
| EmbPBtreeField | field | Modify | Field |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeParseFieldTrim (
const AjPStr readline,
AjPRegexp regexp,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | Input record |
| AjPRegexp | regexp | Modify | Regular expression to extract tokens |
| EmbPBtreeField | field | Modify | Field |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeReportEntry (
AjPFile outf,
const EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| const EmbPBtreeEntry | entry | Input | Entry |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeReportField (
AjPFile outf,
const EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFile | outf | Modify | Output file |
| const EmbPBtreeField | field | Input | Field |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeEmblKW (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | keyword line |
| AjPList | kwlist | Output | list of keywords |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeEmblTX (
const AjPStr txline,
AjPList txlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | txline | Input | taxonomy line |
| AjPList | txlist | Output | list of taxons |
| ajuint | maxlen | Input | max taxon length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeEmblAC (
const AjPStr acline,
AjPList aclist
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | acline | Input | AC line |
| AjPList | aclist | Output | list of accession numbers |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeEmblSV (
const AjPStr idline,
AjPList svlist
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | idline | Input | AC line |
| AjPList | svlist | Output | list of accession numbers |
| void | RETURN |
From EMBOSS 4.0.0
void embBtreeEmblDE (
const AjPStr deline,
AjPList delist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | deline | Input | description line |
| AjPList | delist | Output | list of descriptions |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeParseEmblKw (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | keyword line |
| EmbPBtreeField | field | Modify | list of descriptions |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseEmblTx (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | taxonomy line |
| EmbPBtreeField | field | Modify | list of descriptions |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseEmblAc (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | list of descriptions |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeFindEmblAc (
const AjPStr readline,
EmbPBtreeField field,
AjPStr* Pstr
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | list of descriptions |
| AjPStr* | Pstr | Output | First accession |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseEmblSv (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | list of descriptions |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseEmblDe (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | description line |
| EmbPBtreeField | field | Modify | list of descriptions |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseGenbankAc (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseGenbankDe (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseGenbankKw (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseGenbankTx (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | AC line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeGenBankAC (
const AjPStr acline,
AjPList aclist
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | acline | Input | AC line |
| AjPList | aclist | Output | list of accession numbers |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeGenBankKW (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | keyword line |
| AjPList | kwlist | Output | list of keywords |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeGenBankDE (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | keyword line |
| AjPList | kwlist | Output | list of keywords |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeGenBankTX (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | keyword line |
| AjPList | kwlist | Output | list of keywords |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeParseFastaDe (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | keyword line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeParseFastaAc (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | keyword line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeFastaDE (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | keyword line |
| AjPList | kwlist | Output | list of keywords |
| ajuint | maxlen | Input | max keyword length |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeParseFastaSv (
const AjPStr readline,
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | readline | Input | keyword line |
| EmbPBtreeField | field | Modify | Field with list of data |
| void | RETURN |
From EMBOSS 6.5.0
void embBtreeFastaSV (
const AjPStr kwline,
AjPList kwlist,
ajuint maxlen
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | kwline | Input | sequence version or GI string |
| AjPList | kwlist | Output | list of sequence versions |
| ajuint | maxlen | Input | max sequence version length |
| void | RETURN |
From EMBOSS 6.0.0
ajuint embBtreeReadDir (
AjPStr** filelist,
const AjPStr fdirectory,
const AjPStr files,
const AjPStr exclude
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPStr** | filelist | Output | list of files to read |
| const AjPStr | fdirectory | Input | Directory to scan |
| const AjPStr | files | Input | Filename to search for (or NULL) |
| const AjPStr | exclude | Input | list of files to exclude |
| ajuint | RETURN | number of matching files |
From EMBOSS 2.8.0
EmbPBtreeEntry embBtreeEntryNew (
ajuint refcount
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| ajuint | refcount | Input | Number of reference file(s) per entry |
| EmbPBtreeEntry | RETURN | db entry object pointer |
From EMBOSS 3.0.0
void embBtreeEntryDel (
EmbPBtreeEntry* pthis
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry* | pthis | Delete | db entry object pointer |
| void | RETURN |
From EMBOSS 3.0.0
void embBtreeEntrySetCompressed (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | Database entry information |
| void | RETURN |
From EMBOSS 6.4.0
ajuint embBtreeSetFields (
EmbPBtreeEntry entry,
AjPStr const* fields
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Output | Database entry information |
| AjPStr const* | fields | Input | user specified fields |
| ajuint | RETURN | number of fields set |
From EMBOSS 3.0.0
void embBtreeSetDbInfo (
EmbPBtreeEntry entry,
const AjPStr name,
const AjPStr dbrs,
const AjPStr date,
const AjPStr release,
const AjPStr type,
const AjPStr directory,
const AjPStr idirectory
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Output | Database entry information |
| const AjPStr | name | Input | user specified name |
| const AjPStr | dbrs | Input | user specified resource |
| const AjPStr | date | Input | user specified date |
| const AjPStr | release | Input | user specified release |
| const AjPStr | type | Input | user specified type |
| const AjPStr | directory | Input | user specified directory |
| const AjPStr | idirectory | Input | user specified index directory |
| void | RETURN |
From EMBOSS 3.0.0
EmbPBtreeField embBtreeGetFieldC (
EmbPBtreeEntry entry,
const char* nametxt
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Output | Database entry information |
| const char* | nametxt | Input | Field name |
| EmbPBtreeField | RETURN | Btree index field definition |
From EMBOSS 6.4.0
EmbPBtreeField embBtreeGetFieldS (
EmbPBtreeEntry entry,
const AjPStr name
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Output | Database entry information |
| const AjPStr | name | Input | Field name |
| EmbPBtreeField | RETURN | Btree index field definition |
From EMBOSS 6.4.0
ajuint embBtreeGetFiles (
EmbPBtreeEntry entry,
const AjPStr fdirectory,
const AjPStr files,
const AjPStr exclude
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | list of files to read |
| const AjPStr | fdirectory | Input | Directory to scan |
| const AjPStr | files | Input | Filename to search for (or NULL) |
| const AjPStr | exclude | Input | list of files to exclude |
| ajuint | RETURN | number of matching files |
From EMBOSS 3.0.0
AjBool embBtreeWriteEntryFile (
const EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const EmbPBtreeEntry | entry | Input | database data |
| AjBool | RETURN | true on success |
From EMBOSS 3.0.0
void embBtreeGetRsInfo (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | database data |
| void | RETURN |
From EMBOSS 3.0.0
AjBool embBtreeOpenCaches (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | database data |
| AjBool | RETURN | true on success |
From EMBOSS 3.0.0
AjBool embBtreeCloseCaches (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | database data |
| AjBool | RETURN | true on success |
From EMBOSS 3.0.0
AjBool embBtreeProbeCaches (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | database data |
| AjBool | RETURN | true on success |
From EMBOSS 6.0.0
AjBool embBtreeDumpParameters (
EmbPBtreeEntry entry
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeEntry | entry | Modify | database data |
| AjBool | RETURN | true on success |
From EMBOSS 3.0.0
EmbPBtreeField embBtreeFieldNewC (
const char* nametxt
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const char* | nametxt | Input | Name |
| EmbPBtreeField | RETURN | Btree field |
From EMBOSS 6.4.0
EmbPBtreeField embBtreeFieldNewS (
const AjPStr name,
ajuint refcount
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | name | Input | Name |
| ajuint | refcount | Input | Number of reference files |
| EmbPBtreeField | RETURN | Btree field |
From EMBOSS 6.4.0
void embBtreeFieldDel (
EmbPBtreeField* Pthis
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField* | Pthis | Delete | Btree index field object |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeFieldSetCompressed (
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Database field information |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeFieldSetIdtype (
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Database field information |
| void | RETURN |
From EMBOSS 6.4.0
void embBtreeFieldSetSecondary (
EmbPBtreeField field
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| EmbPBtreeField | field | Modify | Database field information |
| void | RETURN |
From EMBOSS 6.4.0
void embIndexExit (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| void | RETURN |
From EMBOSS 6.0.0