-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error while running galaxy2cwl. #4
Comments
Hi Ignacio Eguinoa. I think this is due to encoding issue. I am using ubuntu 16.04 and python 3.6. |
Hi! I'm trying to replicate the error, could you tell me which input file you've used for the run? |
I am using Haplotypecaller.ga. |
problem is in the python lib (actually in the built-in json lib). For python 3.5 the json loader expects a string while in Python 3.6 this should be a byte object. can you test with python 3.6 ? |
I pushed a fix for it, should work with 3.5 too now. |
Let me check. Error persists even with Python 3.6 |
for the error you showed it seems that you are using python 3.5. |
Got fixed. I have acknowledged your name in workflow group proceedings and will keep working it as a project integrated with other projects like cloud based Bioinformatics to make it a matured publication. What is other way of communication with you? Do you remain active ( regular checking issues ) over github? Converting other workflows to CWL tools. |
Hi |
Hi, thanks for the acknowledgement, I will keep an eye on that work too, looks interesting. Cheers, |
I am getting an error running the galaxy2cwl.py
Please troubleshoot it.
The text was updated successfully, but these errors were encountered: