|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemotePairwiseAlignmentService
This interface specifies minimal information needed to execute a pairwise alignment on a remote service. Example of service: QBlast service at NCBI Web Service at EBI
| Method Summary | |
|---|---|
InputStream |
getAlignmentResults(String rid,
RemotePairwiseAlignmentOutputProperties out)
Getting the actual alignment results from this instantiated service for a given ID with specific formatting parameters held in a RemotePairwiseAlignmentOutputProperties-implemented object. |
boolean |
isReady(String id,
long present)
Simple method to check if the specified request has been completed by the service used. |
String |
sendAlignmentRequest(RichSequence rs,
RemotePairwiseAlignmentProperties rpa)
Doing the actual analysis on the instantiated service using specified parameters and the RichSequence object |
String |
sendAlignmentRequest(String str,
RemotePairwiseAlignmentProperties rpa)
Doing the actual analysis on the instantiated service using specified parameters on the string representation of the Sequence object |
| Method Detail |
|---|
String sendAlignmentRequest(RichSequence rs,
RemotePairwiseAlignmentProperties rpa)
throws BioException
BioException
String sendAlignmentRequest(String str,
RemotePairwiseAlignmentProperties rpa)
throws BioException
BioException
boolean isReady(String id,
long present)
throws BioException
id - :an ID for an alignment requestpresent - :a long integer value representing the actual time
BioException - if the ID does not exist.
InputStream getAlignmentResults(String rid,
RemotePairwiseAlignmentOutputProperties out)
throws BioException
rid - :a String with the request ID for this single alignment runout - :a RemotePairwiseAlignmentOutputProperties with the specific output instructions.
InputStream with the actual alignment results
BioException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||