PoonLab / clustuneR

Implementing clustering algorithms on genetic data and finding optimal parameters through the performance of predictive growth models.
GNU General Public License v3.0
0 stars 0 forks source link

Incorporate macOS pplacer binaries #23

Closed ArtPoon closed 9 months ago

ArtPoon commented 9 months ago

We can rename pplacer and guppy to pplacer.Linux and guppy.Linux, respectively, and then add the binaries compiled for macOS as pplacer.macOS and guppy.macOS in the same inst directory. We would need to have the function run.pplacer_guppy detect the user's platform and then call the corresponding set of binaries. Also need to be wary that the macOS binaries are an older release. I haven't been able to compile these programs from source on my Mac yet. It's a pain.