Skip to content

SequenceRegion

Mojo struct 🡭

@memory_only
struct SequenceRegion

Sequence boundary declared by a ##sequence-region directive.

##sequence-region seqid start end Coordinates are 1-based inclusive, same as GFF3 feature coordinates.

  • seqid (BString)
  • region (Interval)

AnyType, Copyable, ImplicitlyDestructible, Movable

def __init__(out self, var seqid: BString, region: Interval)

Args:

  • seqid (BString)
  • region (Interval)
  • self (Self)

Returns:

Self

def __init__(out self, *, copy: Self)

Args:

  • copy (Self)
  • self (Self)

Returns:

Self