Skip to content

Improvements to repeatfinder

Compare
Choose a tag to compare
@linsalrob linsalrob released this 27 Dec 00:57
· 470 commits to master since this release

In this release we internalize repeatfinder to become a python external module that we have renamed PhiSpyRepeatFinder as there are many other modules called RepeatFinder out there. The C++ code is now directly called from the Python code, removing the need for some confusing temporary files.

We have also initiated the availability of PhiSpy through PyPi by adding setup.py.