Open iqbal-lab opened 4 years ago
I have the same issue. installing gsl via R doesn't ssem do the trick unfortunately.
Hi Antonia, If you want a quick fix, you could use the command line version. After cloning the repo, you can checkout the latest version from 2016:
git clone https://github.com/ansariazim/treeBreaker.git git checkout df73c0b5a00f6a5fe8346b23cf19d4389890c29c
Then read the README file and you can run the program in command line and use R to process the output file using the R file "treeBreaker.R".
Hi there
I just tried to install in RStudio as instructed:
devtools::install_github('ansariazim/treeBreaker')
on a Mac, and it failed thus:
Should i go install GSL devel somehow, or is this expected to be bundled by the download?