Package | Description |
---|---|
org.biojava.nbio.ws.alignment.qblast |
Modifier and Type | Method and Description |
---|---|
static BlastOutputFormatEnum |
BlastOutputFormatEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlastOutputFormatEnum[] |
BlastOutputFormatEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NCBIQBlastOutputProperties.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;
|
Copyright © 2000–2019 BioJava. All rights reserved.