Hi all, I'm new in exome data analysis and I have few question and an Issue installing BWA-0.7.10.
1: Is necessary create a perl script to run the program since the first alignment to HG19 using bwa? or in the terminal I can work in a easier way?
2. Im triying to install BWA last version but when i run the command make appear a big mistake
camilo@camilo-G31M-S2L:~/bwa-0.7.10$ make
gcc -c -g -Wall -Wno-unused-function -O2 -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS ksw.c -o ksw.o
In file included from ksw.c:29:0:
/usr/lib/gcc/i686-linux-gnu/4.8/include/emmintrin.h:31:3: error: #error "SSE2 instruction set not enabled"
# error "SSE2 instruction set not enabled"
^
ksw.c:49:2: error: unknown type name ‘__m128i’
__m128i *qp, *H0, *H1, *E, *Hmax;
^
ksw.c: In function ‘ksw_qinit’:
ksw.c:72:11: error: ‘__m128i’ undeclared (first use in this function)
q->qp = (__m128i*)(((size_t)q + sizeof(kswq_t) + 15) >> 4 << 4); // align memory
ksw.c:293:5: warning: implicit declaration of function ‘_mm_cmpgt_epi16’ [-Wimplicit-function-declaration]
if(UNLIKELY(!_mm_movemask_epi8(_mm_cmpgt_epi16(f, h)))) goto end_loop8;
. ^
.
.
make: *** [ksw.o] Error 1
Any idea?.
thanks a lot
1: Is necessary create a perl script to run the program since the first alignment to HG19 using bwa? or in the terminal I can work in a easier way?
2. Im triying to install BWA last version but when i run the command make appear a big mistake
camilo@camilo-G31M-S2L:~/bwa-0.7.10$ make
gcc -c -g -Wall -Wno-unused-function -O2 -DHAVE_PTHREAD -DUSE_MALLOC_WRAPPERS ksw.c -o ksw.o
In file included from ksw.c:29:0:
/usr/lib/gcc/i686-linux-gnu/4.8/include/emmintrin.h:31:3: error: #error "SSE2 instruction set not enabled"
# error "SSE2 instruction set not enabled"
^
ksw.c:49:2: error: unknown type name ‘__m128i’
__m128i *qp, *H0, *H1, *E, *Hmax;
^
ksw.c: In function ‘ksw_qinit’:
ksw.c:72:11: error: ‘__m128i’ undeclared (first use in this function)
q->qp = (__m128i*)(((size_t)q + sizeof(kswq_t) + 15) >> 4 << 4); // align memory
ksw.c:293:5: warning: implicit declaration of function ‘_mm_cmpgt_epi16’ [-Wimplicit-function-declaration]
if(UNLIKELY(!_mm_movemask_epi8(_mm_cmpgt_epi16(f, h)))) goto end_loop8;
. ^
.
.
make: *** [ksw.o] Error 1
Any idea?.
thanks a lot
Comment