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
When using airr.read_rearrangement on a gzip file, get this error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.8/dist-packages/airr/io.py", line 89, in __next__
row = next(self.dict_reader)
File "/usr/lib/python3.8/csv.py", line 110, in __next__
self.fieldnames
File "/usr/lib/python3.8/csv.py", line 97, in fieldnames
self._fieldnames = next(self.reader)
_csv.Error: iterator should return strings, not bytes (did you open the file in text mode?)
it seems we don't have a python test for this.
The text was updated successfully, but these errors were encountered:
When using
airr.read_rearrangement
on a gzip file, get this errorit seems we don't have a python test for this.
The text was updated successfully, but these errors were encountered: