Skip to content
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

WDL workflow output definitions with functions #159

Open
mr-c opened this issue Feb 6, 2022 · 1 comment
Open

WDL workflow output definitions with functions #159

mr-c opened this issue Feb 6, 2022 · 1 comment

Comments

@mr-c
Copy link
Member

mr-c commented Feb 6, 2022

https://github.com/broadinstitute/warp/blob/4dc972976cb0640e58321cd4746579a3fc0dee62/pipelines/broad/dna_seq/germline/variant_calling/VariantCalling.wdl#L205

  File "/home/michael/wdl2cwl/wdl2cwl/main.py", line 950, in get_cwl_task_outputs
    meta_name = item.info.expr.expr.name
AttributeError: 'Apply' object has no attribute 'expr'

The above exception was the direct cause of the following exception:
[…]
wdl2cwl.main.ConversionException: ../src/warp/pipelines/broad/dna_seq/germline/variant_calling/VariantCalling.wdl:205:23: 'Apply' object has no attribute 'expr'

@mr-c
Copy link
Member Author

mr-c commented Feb 11, 2022

That particular example depends on implementing select_first from #161 (merged)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant