Tomas Kopsa

Results 4 comments of Tomas Kopsa

stdio.h is one of fundamental C/C++ header files, usually located at /usr/include/ directory. You either need to instal libc-dev or reinstall gcc compiler.

If bwa is terminated with this error, it usually signifies that pair reads in both FASTQ files are disordered. From BBTools Repair Guide: _With paired reads in 2 files, the...

Hi @qiaowei-vvjoe are you sure your FASTQ files contains paired reads ?

bwa requires SSE2 instruction set. emmintrin.h is header file for SSE2 intrinsics. You are compiling the code for platform without SSE2 support.