Closed ekiefl closed 6 years ago
Hi! Sorry for the late response - i'll take a look on that.
In case anyone encounters the same problem using the 1.2.1 OS X release, you need to change the permissions to make it executable.
cd
to the location where famsa-1.2.1-osx
was downloadedchmod +x famsa-1.2.1-osx
./famsa-1.2.1-osx
I found the same solution @ppflrs. I was able to get things to work with the following commands:
wget https://github.com/refresh-bio/FAMSA/releases/download/v1.2.1/famsa-1.2.1-osx -O famsa
chmod +x famsa
sudo mv famsa /usr/local/bin/famsa
taken from here
Thank you @ppflrs and @ekiefl for resolving the issue on your own. Sorry for the delay - I've been kind of busy recently. In case of other problems, do not hesitate to contact me - I'll respond faster.
I am on mac 10.12.5. I cloned the repo and did
make
. The last two lines wereThe next thing I tried was the latest release. I downloaded the release file but I don't know what to do with it. Here's what I tried:
Please advise. Thanks!