AjPDasServer ajDasServerNew (
void
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer | RETURN | DAS server object |
From EMBOSS 6.4.0
void ajDasServerDel (
AjPDasServer* thys
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer* | thys | Modify | DASserver object |
| void | RETURN |
From EMBOSS 6.4.0
void ajDasSegmentDel (
AjPDasSegment* Psegment
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasSegment* | Psegment | Modify | DAS segment object |
| void | RETURN |
From EMBOSS 6.4.0
AjBool ajDasParseRegistry (
AjPFilebuff buff,
AjPList sources
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFilebuff | buff | Modify | XML input stream |
| AjPList | sources | Modify | pointer to the data structure for storing parser results of DAS/XML 'source' objects |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
AjBool ajDasParseEntrypoints (
AjPFilebuff buff,
AjPList segments
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPFilebuff | buff | Modify | XML input stream |
| AjPList | segments | Modify | pointer to the data structure for storing parser results of DAS/XML 'segment' objects |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
AjBool ajDasServerSethostS (
AjPDasServer server,
const AjPStr host
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer | server | Modify | DASserver object |
| const AjPStr | host | Input | DAS server host name |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
AjBool ajDasServerSetpathS (
AjPDasServer server,
const AjPStr path
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer | server | Modify | DASserver object |
| const AjPStr | path | Input | DAS server URL path |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
AjBool ajDasServerSetport (
AjPDasServer server,
ajuint port
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer | server | Modify | DASserver object |
| ajuint | port | Input | DAS server port |
| AjBool | RETURN | True on success |
From EMBOSS 6.4.0
void ajDasServerGetSources (
AjPDasServer server,
const AjPStr cmd
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| AjPDasServer | server | Modify | DAS server object |
| const AjPStr | cmd | Input | DAS 'sources' command, queries either all DAS sources or a particular DAS source |
| void | RETURN |
From EMBOSS 6.4.0
AjPStr ajDasGetSequenceQueryURI (
const AjPQuery qry,
const AjPStr sourceURIorTitle
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPQuery | qry | Input | sequence query object |
| const AjPStr | sourceURIorTitle | Input | DAS source URI or title specified in current query |
| AjPStr | RETURN | sequence-query URI, null if not found |
From EMBOSS 6.4.0
AjPStr ajDasSourceGetDBname (
const AjPDasSource source,
AjBool titleAndURI
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPDasSource | source | Input | DAS source object |
| AjBool | titleAndURI | Input | Include URI in name |
| AjPStr | RETURN | DB name |
From EMBOSS 6.4.0
void ajDasPrintCachefile (
const AjPDasServer server,
AjPFile cachef
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPDasServer | server | Input | DAS server object |
| AjPFile | cachef | Output | server cachefile with DB definitions |
| void | RETURN |
From EMBOSS 6.4.0
AjPStr ajDasTestrangeParse (
const AjPStr testrange,
AjPStr* id,
ajint* ibegin,
ajint* iend
);
| Type | Name | Read/Write | Description |
|---|---|---|---|
| const AjPStr | testrange | Input | DAS test_range string |
| AjPStr* | id | Output | sequence identifier |
| ajint* | ibegin | Output | sequence begin position |
| ajint* | iend | Output | sequence end position |
| AjPStr | RETURN | returns the example query in EMBOSS USA syntax |
From EMBOSS 6.4.0