cbg-ethz / shorah

Repo for the software suite ShoRAH (Short Reads Assembly into Haplotypes)
GNU General Public License v3.0
39 stars 14 forks source link

weird values in fil output #41

Closed DrYak closed 6 years ago

DrYak commented 6 years ago

@sposadac has reported that the SNV output file produced by dec.py has some abnormal numbers (weird counts and abnormally low p-value)

A use of uninitialized memory in fil.cpp is causing whatever-happened-to-be-here to be used as counts and p-value in the output.

DrYak commented 6 years ago

Here is the pull request