collaborativebioinformatics / STRdust

MIT License
13 stars 3 forks source link

Test STRdust installation #21

Closed lfpaulin closed 3 years ago

lfpaulin commented 3 years ago

Test if the setup.py works fine in a fresh ubuntu install (like the ones from dnanexus) if not state what is missing Possibly make a conda env before using

lfpaulin commented 3 years ago

Problem with setup.py BUT works with conda create --name STRdust -c bioconda python3.7 pysam spoa pyspoa mreps

wdecoster commented 3 years ago

What is the problem in the setup.py? Making it work with conda is fine but it should also work as a pure python package.

lfpaulin commented 3 years ago

Both work nice