Diamond

object Diamond

Types

Link copied to clipboard
object Options

Functions

Link copied to clipboard

Creates a new, blank BlastN CLI configuration instance.

fun blastN(json: JsonNode): BlastN

Attempts to parse the given JSON value as a BlastN CLI configuration.

Attempts to parse the given JSON stream as a BlastN CLI configuration.

inline fun blastN(action: BlastN.() -> Unit): BlastN

Creates a new, blank BlastN CLI configuration instance and passes it to the given action before returning it.

Attempts to parse the given JSON string as a BlastN CLI configuration.

Link copied to clipboard

Creates a new, blank BlastP CLI configuration instance.

fun blastP(json: JsonNode): BlastP

Attempts to parse the given JSON value as a BlastP CLI configuration.

Attempts to parse the given JSON stream as a BlastP CLI configuration.

inline fun blastP(action: BlastP.() -> Unit): BlastP

Creates a new, blank BlastP CLI configuration instance and passes it to the given action before returning it.

Attempts to parse the given JSON string as a BlastP CLI configuration.

Link copied to clipboard

Creates a new, blank BlastX CLI configuration instance.

fun blastX(json: JsonNode): BlastX

Attempts to parse the given JSON value as a BlastX CLI configuration.

Attempts to parse the given JSON stream as a BlastX CLI configuration.

inline fun blastX(action: BlastX.() -> Unit): BlastX

Creates a new, blank BlastX CLI configuration instance and passes it to the given action before returning it.

Attempts to parse the given JSON string as a BlastP CLI configuration.