IndexedFastaFile.opIndex

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

Sadly, $ to represent max length is not supported

  1. auto opIndex(string region)
  2. auto opIndex(string contig, int[2] pos)
    struct IndexedFastaFile
    opIndex
    (
    string contig
    ,
    int[2] pos
    )

Meta