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
For paired-end reads, we use infer_query_length(), since sometimes people strip the sequence out of BAM files. Apparently we never made that change for SE reads, so it's possible to get division by zero errors if someone tries to normalize to 1x (due to using 0 as the median read length).
This is essentially a little reminder to me to make this fix in develop tomorrow.
The text was updated successfully, but these errors were encountered:
For paired-end reads, we use infer_query_length(), since sometimes people strip the sequence out of BAM files. Apparently we never made that change for SE reads, so it's possible to get division by zero errors if someone tries to normalize to 1x (due to using 0 as the median read length).
This is essentially a little reminder to me to make this fix in
develop
tomorrow.The text was updated successfully, but these errors were encountered: