Uses of Interface
org.biojava.nbio.ws.alignment.RemotePairwiseAlignmentOutputProperties
Package
Description
This package contains the interfaces that need to be implemented by discrete alignment services.
-
Uses of RemotePairwiseAlignmentOutputProperties in org.biojava.nbio.ws.alignment
Modifier and TypeMethodDescriptionRemotePairwiseAlignmentService.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. -
Uses of RemotePairwiseAlignmentOutputProperties in org.biojava.nbio.ws.alignment.qblast
Modifier and TypeClassDescriptionclass
This class wraps a QBlast output parameterMap
by adding several convenient parameter addition methods.Modifier and TypeMethodDescriptionNCBIQBlastService.getAlignmentResults
(String id, RemotePairwiseAlignmentOutputProperties outputProperties) Extracts the actual Blast report for given request id according to options provided inoutputProperties
argument.