-
- All Implemented Interfaces:
-
org.veupathdb.lib.blast.serial.BlastField
@JvmInline() public final class MSAMasterIndex implements BlastField
-msa_master_idx
<Integer, >=1>Ordinal number (1-based index) of the sequence to use as a master in the multiple sequence alignment. If not provided, the first sequence in the multiple sequence alignment will be used
Requires: -in_msa
-
-
Constructor Summary
Constructors Constructor Description MSAMasterIndex(UInt value)
-
Method Summary
Modifier and Type Method Description BooleangetIsDefault()Indicates whether the field is currently set to its default value. StringgetName()The name of this field. final UIntgetValue()UnitappendJson(ObjectNode js)Appends this field to the given JSON ObjectNode only if it is not set to its default value. UnitappendCliSegment(StringBuilder cli)Appends this field to the given StringBuilder only if it is not set to its default value. UnitappendCliParts(List<String> cli)Appends this field to the given MutableList only if it is not set to its default value. -
-
Constructor Detail
-
MSAMasterIndex
MSAMasterIndex(UInt value)
-
-
Method Detail
-
getIsDefault
Boolean getIsDefault()
Indicates whether the field is currently set to its default value.
-
appendJson
Unit appendJson(ObjectNode js)
Appends this field to the given JSON ObjectNode only if it is not set to its default value.
-
appendCliSegment
Unit appendCliSegment(StringBuilder cli)
Appends this field to the given StringBuilder only if it is not set to its default value.
-
appendCliParts
Unit appendCliParts(List<String> cli)
Appends this field to the given MutableList only if it is not set to its default value.
-
-
-
-