WDL instance type definition

Permanently deleted user
Hello, I'm struggling abit with the isntance type definition in a WDL workflow...   This is what I get in the log file from the RAP monitor ```` "systemRequirements": "collect": { "instanceType": "mem1_ssd1_v2_x2" ````   However the WDL workflow I am compiling is allocating :   ```    runtime {        docker: dockerImage        dx_timeout: '4H'        dx_instance_type: "mem1_ssd1_v2_x8"    } ```   I'm not sure what am I doing wrong...please help!!! Thank you    

Comments

1 comment

Please sign in to leave a comment.