WorkflowException: Expression evaluation error: No JSON object could be decoded
Closed this issue · 2 comments
nathanielmki commented
Currently debugging my edited fastqc cwl commandlinetool, modified from pitagora's fastqc. I have added error and console logging, and am receiving the above error when I run the tool.
nathanielmki commented
I receive the error whether or not I run with a JSON file or YAML. Additionally, downstream of the WorkflowException, I get fastqc.cwl:12:1: TypeError: Cannot read property 'replace' of undefined
nathanielmki commented
There was a mismatch in the input types between the JSON and CWL files. Resolved this mismatch, fastqc.cwl is currently running