nunofonseca / irap

integrated RNA-seq Analysis Pipeline
GNU General Public License v3.0
82 stars 33 forks source link

fastq_pre_barcodes.c:34:17: fatal error: bam.h: No such file or directory #104

Open jianglinghan opened 5 years ago

jianglinghan commented 5 years ago

When installing irap according to the instruction, error occured remind me no 'bam.h', when I install ' fastq_utils-x.x.x.tar.gz', same error again.

I checked all the packages required, it seems I have all of them(maybe a few missing?). What should I do to fix this?

My platform is CentOS 7.5.

gcc -I ../samtools-0.1.19 -O3 -Wunused-result  -Wall   -c fastq_pre_barcodes.c
fastq_pre_barcodes.c:34:17: fatal error: bam.h: No such file or directory
 #include "bam.h"
                 ^
compilation terminated.
make[1]: *** [fastq_pre_barcodes.o] Error 1