-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.serial.BlastField
public interface Dust implements BlastField
-dust
<String>Filter query sequence with DUST (Format: 'yes', 'level window linker', or 'no' to disable)
Default =
"20 64 1"
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classDust.Companion
-
Method Summary
Modifier and Type Method Description abstract BooleangetIsYes()Indicates whether this Dust value is "yes".abstract BooleangetIsNo()Indicates whether this Dust value is "no".abstract IntegergetLevel()The level value for a value based Dust value. abstract IntegergetWindow()The window value for a value based Dust value. abstract IntegergetLinker()The linker value for a value based Dust value. abstract BooleangetIsDefault()Indicates whether the field is currently set to its default value. abstract StringgetName()The name of this field. -
-
Method Detail
-
getLevel
abstract Integer getLevel()
The level value for a value based Dust value.
DUST level (score threshold for subwindows)
Default =
20
-
getWindow
abstract Integer getWindow()
The window value for a value based Dust value.
DUST window length
Default =
64
-
getLinker
abstract Integer getLinker()
The linker value for a value based Dust value.
DUST linker (how close masked intervals should be to get merged together).
Default =
1
-
getIsDefault
abstract Boolean getIsDefault()
Indicates whether the field is currently set to its default value.
-
-
-
-