Quantcast
Channel: Ask the FireCloud Team — GATK-Forum
Viewing all articles
Browse latest Browse all 1147

Method configuration import error when specifying runtime setting with parameters

$
0
0

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"

Viewing all articles
Browse latest Browse all 1147

Trending Articles