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
This line returns a header with the literal string \t as a separator. According to SAM format, that string is also allowed in a tag value. If a tag value has it, it is an extreme case though, the subroutine will return an unusable header line.
I'm wondering if we can just use a tab as separator, or probably a new line, or just return an array if neither of them works?
The text was updated successfully, but these errors were encountered:
This line returns a header with the literal string
\t
as a separator. According to SAM format, that string is also allowed in a tag value. If a tag value has it, it is an extreme case though, the subroutine will return an unusable header line.I'm wondering if we can just use a tab as separator, or probably a new line, or just return an array if neither of them works?
The text was updated successfully, but these errors were encountered: