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
{{ message }}
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.
I have a wdl file from Bammetrics that is unable to convert to cwl and throws an error wdl.parser.SyntaxError: Unexpected symbol (line 26, col 5) when parsing parse__gen10. Expected rbrace, got <string:26:5 input "aW5wdXQ=">.
This occurs with any WDL file having a format: workflow xyz { input {abc} }
Since $input is not considered a $wf_body_element. I want to make changes to the parser.py but am unable to generate it using Hermes Parser Generator since I don't have the original grammar file to modify and input into the tool. May I get assistance on where to find it?
The text was updated successfully, but these errors were encountered:
I have a wdl file from Bammetrics that is unable to convert to cwl and throws an error
wdl.parser.SyntaxError: Unexpected symbol (line 26, col 5) when parsing parse__gen10. Expected rbrace, got <string:26:5 input "aW5wdXQ=">.
This occurs with any WDL file having a format:
workflow xyz { input {abc} }
Since
$input
is not considered a$wf_body_element
. I want to make changes to the parser.py but am unable to generate it using Hermes Parser Generator since I don't have the original grammar file to modify and input into the tool. May I get assistance on where to find it?The text was updated successfully, but these errors were encountered: