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

Array[String?] compiles incorrectly to "(hash" and "(array:file)" #389

Open
msnyder424 opened this issue Sep 23, 2022 · 0 comments
Open

Comments

@msnyder424
Copy link

When using dxCompiler-2.10.4.jar, I've found a workflow level input type that does not appear to compile correctly.
Array[String] testReq compiles correctly to [stage-common.testReq (array:string)]
Array[String?] testOp compiles incorrectly to stage-common.testOp (hash) and [stage-common.testOp___dxfiles (array:file)]

Here is a test wdl if you want to try yourself.

version 1.0

workflow Test {
    input {
        Array[String] testReq
        Array[String?] testOp
    }
}

This appears to be a bug report unless I'm missing something.

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