Skip to content

Index SP_2024-08-13

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Aug 08:33
· 42 commits to develop since this release
f15e3f8
Remove some functionality from the suffix array (#24)

* remove clean_taxa as it's not implemented correctly and needed + rename equate_il

* taxon requires only 32 bits

* remove LCA calculation from the suffix array + remove UMGAP dependency

* only search is needed

* remove functional processing (this should be part of the API)

* remove unused functionality + split searchers

* formatting