bcgsc / goldrush

Linear-time de novo Long Read Assembler
GNU General Public License v3.0
35 stars 2 forks source link

Properly Calculate Phred average in GoldRush #144

Open jwcodee opened 2 weeks ago

jwcodee commented 2 weeks ago

Previously the code calculated the Phred average without converting it back into error rates. This biases the Phred average towards higher values This PR rectifies that.