vierstralab / footprint-tools

A toolset to analyze genomic footprinting data
GNU General Public License v3.0
19 stars 3 forks source link

Compilation fails due to k-d tree code missing from current master #2

Closed alexpreynolds closed 4 years ago

alexpreynolds commented 5 years ago

K-d tree code and references to it in setup.py are in commit 6e34bd67c638948dda8a55976b92a2699828eafc (https://github.com/jvierstra/footprint-tools/tree/6e34bd67c638948dda8a55976b92a2699828eafc) but are not in the latest commit in the master branch.

As a result, when building off the master branch, compilation will fail on footprint_tools/stats/mutual_information.h not finding the kdtree.h header and related library.

jvierstra commented 5 years ago

Should be fixed -- I removed all the dependencies to this code.