refresh-bio / FAMSA

Algorithm for ultra-scale multiple sequence alignments (3M protein sequences in 5 minutes and 24 GB of RAM)
GNU General Public License v3.0
150 stars 25 forks source link

Trouble installing FAMSA #18

Closed 000generic closed 4 years ago

000generic commented 4 years ago

On a Linux Debian 9 system I ran

git clone https://github.com/refresh-bio/FAMSA.git

and then entered the FAMSA directory and ran

make

and then see

famsa FAMSA.sln libs libs-linux libs-win makefile README.md src

but when I try to run famsa from this directory I get

famsa -bash: famsa: command not found

I apologize if this is very basic but what am I missing on installation of famsa.

Thank you!

agudys commented 4 years ago

Hello,

From the terminal you should rather run ./famsa. Please tell me if it helps.

Regards, Adam

000generic commented 4 years ago

Works awesome! Sorry - such a simple thing but I was stuck :)

Thank you!

agudys commented 4 years ago

No problem, I'm closing the issue then.