public class NCBIQBlastOutputProperties extends Object implements RemotePairwiseAlignmentOutputProperties
Map
by adding several convenient parameter addition methods. Other
QBlast URL API parameters should be added using setOutputOption(BlastOutputParameterEnum, String)
Constructor and Description |
---|
NCBIQBlastOutputProperties()
This constructor builds the parameters for the output of the GET command sent to the QBlast service with default
values:
FORMAT_TYPE = XML;
ALIGNMENT_VIEW = Pairwise;
DESCRIPTIONS = 100;
ALIGNMENTS = 100;
|
Modifier and Type | Method and Description |
---|---|
int |
getAlignmentNumber() |
String |
getAlignmentOutputFormat() |
int |
getDescriptionNumber() |
String |
getOutputFormat() |
String |
getOutputOption(BlastOutputParameterEnum key)
Gets the value of specified parameter or
null if it is not set |
String |
getOutputOption(String key)
This method forwards to
getOutputOption(BlastOutputParameterEnum) . |
Set<String> |
getOutputOptions()
Gets output parameters, which are currently set
|
void |
removeOutputOption(BlastOutputParameterEnum key)
Removes given parameter
|
void |
setAlignmentNumber(int number)
Set the number of alignments to fetch
|
void |
setAlignmentOutputFormat(BlastOutputAlignmentFormatEnum alignmentFormat)
Sets the alignment output format to get from the QBlast service
|
void |
setDescriptionNumber(int number)
Sets the number of descriptions to fetch
|
void |
setOutputFormat(BlastOutputFormatEnum formatType)
Sets the stream output format to get from the QBlast service
If
HTML format is selected, also adds the following parameters (which are removed if another output
format is chosen):
NOHEADER = true;
SHOW_OVERVIEW = false;
SHOW_LINKOUT = false;
|
void |
setOutputOption(BlastOutputParameterEnum key,
String value)
Sets the value of specified output parameter
|
void |
setOutputOption(String key,
String val)
This method forwards to
setOutputOption(BlastOutputParameterEnum, String) . |
public NCBIQBlastOutputProperties()
FORMAT_TYPE = XML; ALIGNMENT_VIEW = Pairwise; DESCRIPTIONS = 100; ALIGNMENTS = 100;
public String getOutputOption(String key)
getOutputOption(BlastOutputParameterEnum)
. Consider using it instead.getOutputOption
in interface RemotePairwiseAlignmentOutputProperties
key
- :a String with the required key for this map.public void setOutputOption(String key, String val)
setOutputOption(BlastOutputParameterEnum, String)
. Consider using it instead.setOutputOption
in interface RemotePairwiseAlignmentOutputProperties
key
- :the key use to designate the value to be storedval
- :the actual value matched to keypublic String getOutputOption(BlastOutputParameterEnum key)
null
if it is not setpublic void setOutputOption(BlastOutputParameterEnum key, String value)
public Set<String> getOutputOptions()
getOutputOptions
in interface RemotePairwiseAlignmentOutputProperties
Set
with all keys held in this instance of the objectpublic void removeOutputOption(BlastOutputParameterEnum key)
public String getOutputFormat()
public void setOutputFormat(BlastOutputFormatEnum formatType)
HTML
format is selected, also adds the following parameters (which are removed if another output
format is chosen):
NOHEADER = true; SHOW_OVERVIEW = false; SHOW_LINKOUT = false;
formatType
- : one of the output format types defined in enumpublic String getAlignmentOutputFormat()
public void setAlignmentOutputFormat(BlastOutputAlignmentFormatEnum alignmentFormat)
alignmentFormat
- : one of available alignment typespublic int getDescriptionNumber()
public void setDescriptionNumber(int number)
number
- : an int with the required number of descriptions to fetchpublic int getAlignmentNumber()
public void setAlignmentNumber(int number)
number
- : an int with the required number of alignments to fetchCopyright © 2000–2019 BioJava. All rights reserved.