iqbal-lab-org / gramtools

Genome inference from a population reference graph
MIT License
92 stars 15 forks source link

Store ranks over BWT to file during build step #41

Closed sm0179 closed 6 years ago

sm0179 commented 7 years ago

In the ranks branch, gramtools precalculates the ranks array, but doesn't store it to file, so this step is made redundantly when mapping each sample. Should read in from file if the precalculation was already made and as with the kmers, the rank precalc step should be moved from --quasimap to --build and result stored in the cache dir.

ffranr commented 6 years ago

Done.