Install Pandaseq

PANDASEQ is a program to align Illumina reads, optionally with PCR primers embedded
in the sequence, and reconstruct an overlapping sequence.

apt-get install libtool

cd /root/
git clone git://github.com/neufeld/pandaseq.git
cd pandaseq
./autogen.sh
./configure
make
make install
ldconfig