NVlabs / nvbio

NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.
BSD 3-Clause "New" or "Revised" License
206 stars 50 forks source link

corresponding locate function for FM-Index WaveletTree #29

Open ID579415348 opened 5 years ago

ID579415348 commented 5 years ago

Dear Authors,

In the waveletfm example, the program finish after getting the SA range. I am looking for locate function which convert the SA range back to the location on the reference. There is a locate function for FM_index RankDictionary. I wonder if you can implement the same function for WaveletTree?

Thank you