nanoporetech / isONclust2

A tool for de novo clustering of long transcriptomic reads
Other
14 stars 3 forks source link

Updated to latest APIs #7

Closed botond-sipos closed 1 year ago

botond-sipos commented 1 year ago

The current isONclust2 code uses a fork of the spoa library at bsipos/spoa which had support for the cereal serialization library ahead of the main spoa repo at rvaser/spoa. This is not ideal for maintainability and it is no longer necessary as rvaser/spoa now has built-in support for the cereal library. This pull request updates the spoa submodule to point to the main repository, and also makes the following changes:

The PR was compiled using GCC version 11.2.0 and cmake version 3.22.1. I have tested the compiled binary on a SIRV dataset, more thorough testing is probably warranted.

iiSeymour commented 1 year ago

Thanks @botond-sipos 👍🏻