Entering edit mode
10.4 years ago
Medhat
9.8k
I was trying to install AMOS I faced some problems and here is the conclusion;
Most of the actions inspired from those two posts
- http://www.vcru.wisc.edu/simonlab/bioinformatics/programs/install/amos.htm
- http://seqanswers.com/forums/showthread.php?t=17802
for Ubuntu
sudo apt-get install autotools-dev automake
sudo apt-get install libqt4-dev
sudo apt-get install libboost-graph-dev
nano src/Align/find-tandem.cc
... include this after line #9
#include <getopt.h>
in AMOS directory
./configure
make check
make install
For more options you can read the "install.txt" with the software
Hi, commenting after quite some time of this post. but I'm trying to install amos and facing the following error. if someone could help me in this regard.