Package | Description |
---|---|
org.biojavax.bio.alignment |
This package contains the interfaces that need to be implemented by discrete alignment services.
|
org.biojavax.bio.alignment.blast |
This package holds implementations of the org.biojava3.ws.alignment interfaces for the NCBI remote QBlast services
through the WWW.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RemotePairwiseAlignmentService.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.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteQBlastOutputProperties
The actual implementation of the RemotePairwiseAlignmentOutputProperties
interface for the QBlast service.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
RemoteQBlastService.getAlignmentResults(String id,
RemotePairwiseAlignmentOutputProperties rb)
This method extracts the actual Blast report for this request ID.
|
Copyright © 2014 BioJava. All rights reserved.