blast N
Creates a new, blank BlastN CLI configuration instance.
Return
The new BlastN instance.
Creates a new, blank BlastN CLI configuration instance and passes it to the given action before returning it.
Return
The new BlastN instance.
Parameters
Action which may be used to mutate the new BlastN instance.
Attempts to parse the given JSON value as a BlastN CLI configuration.
Return
The parsed BlastN instance.
Parameters
JSON value to parse.
Throws
if the input JSON could not be parsed as a BlastN CLI configuration.
Attempts to parse the given JSON string as a BlastN CLI configuration.
Return
The parsed BlastN 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 BlastN CLI configuration.
Attempts to parse the given JSON stream as a BlastN CLI configuration.
Return
The parsed BlastN 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 BlastN CLI configuration.