Hi,
I am trying to run a workflow from a python program and getting the error message “ConnectionError: Unexpected HTTP status code: 500: {“err_msg”: “Uncaught exception in exposed API method:”, “err_code”: 0}”. I have been able to create a history and upload a few files to the history, but when I run the workflow, I get this error message.
My workflow is:
- Download and Extract Reads in FASTA/Q format from NCBI SRA (Galaxy Version 2.9.1.3)
- Trimmomatic (Version 0.36.2)
- FastQC (Version 0.69)
- HISAT2 (Version 2.1.0)
- featureCounts (Version 1.6.2)
Any help in diagnosing this issue would be much appreciated as I am new to the bioblend library and functionality