public AlignedPosition(long position, AlignedEventType at, string alignEvent, char score, int distance, int eventLength = 1) { this.Position = position; this.EventType = at; this.AlignedEvent = alignEvent; this.Score = score; this.Distance = distance; this.EventLength = eventLength; }
public AlignedPosition(long position, AlignedEventType at, string alignEvent, char score, int distance, int eventLength=1) { this.Position = position; this.EventType = at; this.AlignedEvent = alignEvent; this.Score = score; this.Distance = distance; this.EventLength = eventLength; }