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
I had a go at running the test but unfortunately a couple fail, complaining:
TypeError: a bytes-like object is required, not 'str'
This screams of a Python 2 vs Python 3 issue. What version of Python is this tool designed for (it's not documented)? I assumed it would work on 3.6 but perhaps I'm wrong here!
The text was updated successfully, but these errors were encountered:
Apart from running this tool with the option --dev (which uses requests_cache, which fails in python 3), this should work in both python 2 and 3. What's the full error message?
Yea, I was a bit confused about what data I needed there. Can I just add any set of valid chr22_cwl_test.* files? Do you know if there's any publically accessible files that could be used here?
I had a go at running the test but unfortunately a couple fail, complaining:
This screams of a Python 2 vs Python 3 issue. What version of Python is this tool designed for (it's not documented)? I assumed it would work on 3.6 but perhaps I'm wrong here!
The text was updated successfully, but these errors were encountered: