soedinglab/PEnG-motif

Here it needs to output the values in scientific notation to avoid the rounding problem

Closed this issue · 1 comments

wge11 commented

myfile << std::fixed << std::setprecision(4) << pwm[w][a];

this is fixed in the latest commit 👍