Hiii... I'm facing installation issue with augustus 3.3. During "make" it shows that ,
mkdir -p bin
cd src && make
make[1]: Entering directory `/home/dcb/Documents/sof/augustus-3.3.2/src'
echo "-Wall -Wno-sign-compare -Wno-strict-overflow -pedantic -g -ggdb -O3 " > cxxflags
make[1]: Leaving directory `/home/dcb/Documents/sof/augustus-3.3.2/src'
cd auxprogs && make
make[1]: Entering directory `/home/dcb/Documents/sof/augustus-3.3.2/auxprogs'
cd bam2hints; make;
make[2]: Entering directory `/home/dcb/Documents/sof/augustus-3.3.2/auxprogs/bam2hints'
g++ -Wall -O2 -c bam2hints.cc -o bam2hints.o -I/usr/include/bamtools
bam2hints.cc:16:27: fatal error: api/BamReader.h: No such file or directory
#include <api/BamReader.h>
^
compilation terminated.
make[2]: *** [bam2hints.o] Error 1
make[2]: Leaving directory `/home/dcb/Documents/sof/augustus-3.3.2/auxprogs/bam2hints'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/dcb/Documents/sof/augustus-3.3.2/auxprogs'
make: *** [all] Error 2
When i was installing the dependency package "libbamtools-dev" , the error message was like this,
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libbamtools-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libbamtools-dev' has no installation candidate
My ubuntu version is 14.04. Can anyone make clarification on this? Your consideration will be a sort of great favor. Thank you.