Changes

From Genome Analysis Wiki
Jump to navigationJump to search
262 bytes added ,  17:23, 7 March 2011
no edit summary
Line 49: Line 49:  
             newPercent = (int) (1.0 * fastaIndex / fastaDataSize) * 100;
 
             newPercent = (int) (1.0 * fastaIndex / fastaDataSize) * 100;
 
</pre>
 
</pre>
 +
* 3/7/11 - If you don't have openmp, you may get the following error: qplot/BamQC.cpp:4:17: omp.h: No such file or directory
 +
** Solution: Since qplot does not use Update statgen/src/qplot/qplot/BamQC.cpp line 4 to the following:
 +
<pre>
 +
//#include <omp.h>
 +
</pre>
 +
     

Navigation menu