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
if r2trim is None:
r2trimconsensus = consensus['R2'][ : r2trim]
if this is true, None would be an index for the string. I think the right side was meant to be consensus['R2'] just like for r1trim. Probably not an issue in a practical sense.
The text was updated successfully, but these errors were encountered:
I was reading through the code, and I think this is likely a bug.
dms_tools2/scripts/dms2_bcsubamp
Line 354 in 234670c
if this is true,
None
would be an index for the string. I think the right side was meant to beconsensus['R2']
just like for r1trim. Probably not an issue in a practical sense.The text was updated successfully, but these errors were encountered: