Dust

interface Dust : BlastField

-dust <String>

Filter query sequence with DUST (Format: 'yes', 'level window linker', or 'no' to disable)

Default = "20 64 1"

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun appendCliParts(cli: MutableList<String>)

Appends this field to the given MutableList only if it is not set to its default value.

Link copied to clipboard
abstract fun appendCliSegment(cli: StringBuilder)

Appends this field to the given StringBuilder only if it is not set to its default value.

Link copied to clipboard
abstract fun appendJson(js: ObjectNode)

Appends this field to the given JSON ObjectNode only if it is not set to its default value.

Link copied to clipboard
open fun toJson(): ObjectNode

Serializes this field into a JSON ObjectNode.

Properties

Link copied to clipboard
abstract val isDefault: Boolean

Indicates whether the field is currently set to its default value.

Link copied to clipboard
abstract val isNo: Boolean

Indicates whether this Dust value is "no".

Link copied to clipboard
abstract val isYes: Boolean

Indicates whether this Dust value is "yes".

Link copied to clipboard
abstract val level: Int

The level value for a value based Dust value.

Link copied to clipboard
abstract val linker: Int

The linker value for a value based Dust value.

Link copied to clipboard
abstract val name: String

The name of this field.

Link copied to clipboard
abstract val window: Int

The window value for a value based Dust value.