Click or drag to resize
DeltaAlignmentId Property
Id for this Delta alignment. Note: As file position is used as ID in case of comparative assembly steps, this value may vary from step to step. For example: if 0 is the id for a delta alignment in 2nd step then the same delta alignment can have 500 as id in 3rd step. This change in id may happen due to the sorting of delta or ignoring some other delta alignments etc.

Namespace: Bio.Algorithms.Alignment
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long Id { get; set; }

Property Value

Type: Int64
See Also