I'm trying to specify runtime parameters in the WDL as follows:
runtime {
docker: "broadinstitute/gtex_rnaseq"
memory: "${memory}GB"
disks: "local-disk ${disk_space} HDD"
cpu: "${num_threads}"
}
This passes
wdltool validate
and gets pushed to the methods repository, but fails on workspace import with the error"message": "No identifiers should be looked up: memory"