HtslibFile.query

Query htsFile with tid, start, and end returns an HtslibIterator that has type T requires index be loaded first can use Tabix index or BAI/CSI index

  1. auto query(int tid, long beg, long end)
    struct HtslibFile
    query
    (
    T
    )
    (
    int tid
    ,
    long beg
    ,
    long end
    )
    if (
    is(T == Bam1) ||
    is(T == Bcf1)
    ||
    is(T == Kstring)
    )
  2. auto query(string region)
  3. auto query(string[] regions)

Meta