Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 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;
 }