hiclib / pastis

Poisson-based algorithm for stable inference of DNA Structure
http://hiclib.github.io/pastis/
Other
34 stars 15 forks source link

No src/ directory in master #31

Closed DeltaMethod721 closed 6 years ago

DeltaMethod721 commented 6 years ago

Hi I installed using pip, didn't find src/. I noticed that there's no src/ directory in master branch. Have them been permanently removed? I don't need to specify IPOPT information in makefile?

aakashsur commented 6 years ago

It looks like the preferred method is to do sudo pip install pastis rather than using IPOPT. I think at this point it has been integrated or written out. If you install via pip, you should be able to clone this repo, and test the example under /examples/pastis_example and it should work without further configuration.

NelleV commented 6 years ago

That is correct! Thanks @aakashsur for answering this question.