README 533 B

123456789
  1. Tabix indexes a TAB-delimited genome position file in.tab.bgz and
  2. creates an index file in.tab.bgz.tbi when region is absent from the
  3. command-line. The input data file must be position sorted and
  4. compressed by bgzip which has a gzip like interface. After indexing,
  5. tabix is able to quickly retrieve data lines overlapping regions
  6. specified in the format "chr:beginPos-endPos". Fast data retrieval
  7. also works over network if URI is given as a file name and in this
  8. case the index file will be downloaded if it is not present locally.