PoonLab / OpenRDP

An open-source re-implementation of the RDP4 recombination detection program
GNU General Public License v3.0
45 stars 9 forks source link

Incorporate 3Seq method #10

Closed kwade4 closed 3 years ago

kwade4 commented 3 years ago

Source code available at https://gitlab.com/lamhm/3seq/-/tree/master.

License:

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License. In short: you are free to share and make derivative works of the work under the conditions that you appropriately attribute it, you use the material only for non-commercial purposes, and that you distribute it only under a license compatible with this one.

kwade4 commented 3 years ago

The source code was written for Unix systems and Mac OSX, but a Windows version was included as part of RDP4. Out of curiosity, I tried cross-compiling the original code using MinGW and it worked! I tested the cross-compiled version of 3Seq on my Windows machine and it runs smoothly.