 |
This is an old revision of the document!
The WSDbfetch service provides meta-information methods to get details of the databases, formats and styles available:
getSupportedDBs() operation
getSupportedFormats() operation
getSupportedStyles() operation
- getDbFormats(db) operation
- getFormatStyles(db, format) operation
More detailed information about the available databases can be found in the dbfetch help.
===== Similarity & Homology Search Databases =====
The sequence similarity search services implement meta-information methods to get the details of the available databases:
* FASTA
- FASTA (REST): parameterdetails resource.
- FASTA (SOAP): getParameterDetails(parameterId) operation.
- WSFasta: getDatabases() operation.
* NCBI BLAST
- NCBI BLAST (REST): parameterdetails resource.
- NCBI BLAST (SOAP): getParameterDetails(parameterId) operation.
* PSI-BLAST
- PSI-BLAST (REST): parameterdetails resource.
- PSI-BLAST (SOAP): getParameterDetails(parameterId) operation.
* PSI-Search
- PSI-Search (REST): parameterdetails resource.
- PSI-Search (SOAP): getParameterDetails(parameterId) operation.
* WU-BLAST
- WU-BLAST (REST): parameterdetails resource.
- WU-BLAST (SOAP): getParameterDetails(parameterId) operation.
- WSWUBlast: getDatabases()'' operation.
 |