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
It would be helpful if sam.reader() and sam.writer() supported the special cases of "-" and/or "stdin" and "stdout" to open sys.stdin and sys.stdout directly for reading/writing
It would be helpful if
sam.reader()
andsam.writer()
supported the special cases of"-"
and/or"stdin"
and"stdout"
to opensys.stdin
andsys.stdout
directly for reading/writingto avoid verbosity like the following
The text was updated successfully, but these errors were encountered: