nloyfer / wgbs_tools

tools for working with Bisulfite Sequencing data while preserving reads intrinsic dependencies
Other
125 stars 33 forks source link

Missing files while compiling #26

Closed RoyBSimons closed 1 year ago

RoyBSimons commented 1 year ago

I got an error that the files: 'homog.o', 'homog' and 'main.o' were missing when compiling. After downloading those files from an old branch (https://github.com/nloyfer/wgbs_tools/tree/e83804a101526d5ddda4837ec56c22b667a50dce/src/homog) I was able to successfully compile wgbstools.

nloyfer commented 1 year ago

Thank you. I removed them on purpose, because I think it's best that each user compiles their own binaries. You can use these old binaries, they probably work just fine. But The better way to solve this is to find out why you weren't able to compile homog on your end. My guess is that you don't have boost installed (see issue #27), which I have now resolved.