Skip to content
This repository was archived by the owner on Nov 18, 2021. It is now read-only.
This repository was archived by the owner on Nov 18, 2021. It is now read-only.

Issue converting wdl files with input{} in workflow {} #9

@Nitromon

Description

@Nitromon

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions