CartwrightLab / dawg

Simulating Sequence Evolution
GNU General Public License v2.0
11 stars 3 forks source link

Python module for DAWG - PyDawg #51

Closed zmertens closed 6 years ago

zmertens commented 6 years ago

Putting up this PR to keep track of changes and progress for making a Python module for DAWG.

dng-jenkins commented 6 years ago

Can one of the admins verify this patch?

zmertens commented 6 years ago

@anderspitman Here is the work on the DAWG Python wrapper.

Still working on Greyhound.py which will try to be faster than the pure C++. That's the dream.

zmertens commented 6 years ago

Time for 1000 runs using the time_akita.sh script:

PyDawg - Akita
real        2m8.856s
user       1m58.667s
sys         0m8.500s

Pure CPP Dawg
real        0m0.364s
user       0m0.013s
sys        0m0.103s
dng-jenkins commented 6 years ago

Can one of the admins verify this patch?