Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

should not use '\t' as header separator #47

Open
byb121 opened this issue Aug 27, 2019 · 0 comments
Open

should not use '\t' as header separator #47

byb121 opened this issue Aug 27, 2019 · 0 comments

Comments

@byb121
Copy link

byb121 commented Aug 27, 2019

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant