thierrygosselin / radiator

RADseq Data Exploration, Manipulation and Visualization using R
https://thierrygosselin.github.io/radiator/
GNU General Public License v3.0
58 stars 23 forks source link

Help with bayescan 2.1 installation on linux system #181

Closed pguarnizob closed 6 months ago

pguarnizob commented 8 months ago

Hi Thierry, Sorry to bother you. Can you help me with the installation of Bayescan 2.1 on my computer? I have not found a proper tutorial yet. I just unzipped the Bayescan 2.1 zip file. I know that we need to specify the path to the binary file with the "bayescan.path" function but I think I need to check that Bayescan is properly installed using the terminal (I don't have it yet)

Thank you in advance Regards

thierrygosselin commented 6 months ago

I'm not the maintainer of BayeScan, report problem to Matthieu Foll: BayeScan

I'm rarely using Linux machines these days, but when I did I used to do this:

curl -O http://cmpg.unibe.ch/software/BayeScan/files/BayeScan2.1.zip
unzip BayeScan2.1.zip
sudo cp BayeScan2.1/binaries/BayeScan2.1_linux64bits /usr/local/bin/bayescan
sudo chmod 777 /usr/local/bin/bayescan

You should get it to work in the terminal before trying anything with radiator and R