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
Given that new.seq is a single string which grows through a series of paste0() calls, is the use of length(new.seq) supposed to be nchar(new.seq)? Currently it looks like the Insertions attribute always generates a NULL element followed by a single pair of insertions.
The text was updated successfully, but these errors were encountered:
sup/src/parse-sam.R
Lines 71 to 74 in bba7bed
Given that
new.seq
is a single string which grows through a series ofpaste0()
calls, is the use oflength(new.seq)
supposed to benchar(new.seq)
? Currently it looks like the Insertions attribute always generates a NULL element followed by a single pair of insertions.The text was updated successfully, but these errors were encountered: