IndexedFastaFile.opSlice

Fetch sequence in region by multidimensional slicing: string sequence = fafile["chr2", 20123 .. 30456]

Sadly, $ to represent max length is not supported

  1. auto opSlice(Coordinate!bs start, OffsetType off)
  2. auto opSlice(OffsetType start, OffsetType end)
  3. auto opSlice(Coordinate!bs start, Coordinate!bs end)
    struct IndexedFastaFile
    opSlice
    (
    size_t dim
    Basis bs
    )
    if (
    dim == 1
    )

Meta