mcveanlab / mccortex

De novo genome assembly and multisample variant calling
https://github.com/mcveanlab/mccortex/wiki
MIT License
113 stars 25 forks source link

Release tar does not compile #71

Closed winni2k closed 5 years ago

winni2k commented 6 years ago

It appears that the most recent v0.2 release tar-ball does not contain the code in submodules. That makes it practically impossible to compile just from the tar-ball. Being able to compile from the tar-ball would make packaging in conda easier, as I don't think the --recursive keyword has been implemented in conda yet.

noporpoise commented 5 years ago

I've created a new release and attached tar-ball and zip of the repo with dependencies: https://github.com/mcveanlab/mccortex/releases/tag/mccortex-1.0

Does that work?

winni2k commented 5 years ago

It looks like it does! I can confirm that I can compile and run tests on a Red Hat 4.8.5-28 and a Mac OS 10.13.6 machine.