Package | Description |
---|---|
org.biojava.nbio.ws.alignment |
This package contains the interfaces that need to be implemented by discrete alignment services.
|
org.biojava.nbio.ws.alignment.qblast |
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 |
NCBIQBlastOutputProperties
This class wraps a QBlast output parameter
Map by adding several convenient parameter addition methods. |
Modifier and Type | Method and Description |
---|---|
InputStream |
NCBIQBlastService.getAlignmentResults(String id,
RemotePairwiseAlignmentOutputProperties outputProperties)
Extracts the actual Blast report for given request id according to options provided in
outputProperties
argument. |
Copyright © 2000–2019 BioJava. All rights reserved.