You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy/paste errors in the code which leads to wrong output in the tsv file; the corrected code is shown first, versus the current code in your repository.
pileup.c SHOULD BE c CURRENT
126c126
< fprintf(out, "\t%"PRId64"\t%1.3f%%", k_hch, b_hch / (double) k_hch * 100);
Copy/paste errors in the code which leads to wrong output in the tsv file; the corrected code is shown first, versus the current code in your repository.
pileup.c SHOULD BE c CURRENT
126c126
< fprintf(out, "\t%"PRId64"\t%1.3f%%", k_hch, b_hch / (double) k_hch * 100);
150c150
< fprintf(out, "\t%"PRId64"\t%1.3f%%", k_ch, b_ch / (double) k_ch * 100);
The text was updated successfully, but these errors were encountered: