Tutorial: Install AMOS on Ubuntu 13.10
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
• 6,172 views
•
link
1 answer
Try these steps on my blog:
• 0 views
•
link
Log in to answer this question.
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.