R-index

From UFRC
Revision as of 14:09, 12 July 2019 by Maxprok (talk | contribs) (Created page with "Category:SoftwareCategory:Phylogenetics {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|r-index}} |{{#vardefine:url|https://github.com/alshai/r-index}} <!--CONFIGUR...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

r-index website  

The r-index is the first full-text index of size O(r), r being the number of BWT runs of the input text (of size n), supporting fast (almost optimal) locate of pattern occurrences. The r-index employs a novel suffix array sampling of size 2r; in classical FM-indexes, this sampling would result in a locate time of Omega(n/r) per occurrence. The r-index, on the other hand, reduces this time to O(log(n/r)).

Environment Modules

Run module spider r-index to find out what environment modules are available for this application.

System Variables

  • HPC_{{#uppercase:r-index}}_DIR - installation directory
  • HPC_{{#uppercase:r-index}}_LIB - library directory
  • HPC_{{#uppercase:r-index}}_INC - include directory




Citation

If you publish research that uses r-index you have to cite it as follows:

WRITE_CITATION_HERE