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
Traceback (most recent call last):
File "/Users/jespinoz/test.py", line 7, in <module>
main()
File "/Users/jespinoz/test.py", line 4, in main
for id, seq in pyfastx.Fasta(sys.stdin, build_index=False):
TypeError: a bytes-like object is required, not '_io.TextIOWrapper
The text was updated successfully, but these errors were encountered:
It would be awesome if pyfastx could read from stdin for streaming purposes between programs.
Here's the error:
The text was updated successfully, but these errors were encountered: