Rosemeis / pcangsd

Framework for analyzing low depth NGS data in heterogeneous populations using PCA.
GNU General Public License v3.0
46 stars 11 forks source link

Reformating for easier packaging #52

Closed alxsimon closed 1 year ago

alxsimon commented 3 years ago

Hi Jonas,

following #51, I needed PCAngsd to be a package for easier access to the internal functions. I forked the repo to try a few things and I think I ended up with a nice reformatting to provide a package structure. I tried to follow the PEP517, e.g. https://packaging.python.org/tutorials/packaging-projects/

Have a look at the changes and feel free to merge, reject or make changes.

This should not break anything, but if you have some tests you could run it's worth checking.

Cheers, Alexis