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
translate: Error when translating sequence lengths indivisible by 3
… instead of silently padding with N to translate to 'X', which became
an unused code path after "Error when reference gene length is
indivisible by 3" (0cdcaa8). Any usage of it now would be due to an
internal error – a sequence with 1 or 2 extra bases indicates a problem
with the input where translating to 'X' would wrongly imply 3 bases.
0 commit comments