blast P
Creates a new, blank BlastP CLI configuration instance.
Return
The new BlastP instance.
Creates a new, blank BlastP CLI configuration instance and passes it to the given action before returning it.
Return
The new BlastP instance.
Parameters
Action which may be used to mutate the new BlastP instance.
Attempts to parse the given JSON value as a BlastP CLI configuration.
Return
The parsed BlastP instance.
Parameters
JSON value to parse.
Throws
if the input JSON could not be parsed as a BlastP CLI configuration.
Attempts to parse the given JSON string as a BlastP CLI configuration.
Return
The parsed BlastP instance.
Parameters
JSON string to parse.
Throws
if the given string could not be parsed as JSON.
if the input JSON could not be parsed as a BlastP CLI configuration.
Attempts to parse the given JSON stream as a BlastP CLI configuration.
Return
The parsed BlastP instance.
Parameters
JSON stream to parse.
Throws
if the given stream could not be parsed as JSON.
if the input JSON could not be parsed as a BlastP CLI configuration.