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
Can you try to compile the following example and check whether the instance type is taken into account? https://github.com/dnanexus/dxCompiler/blob/develop/doc/ExpertOptions.md#example-1-grep-for-pattern-in-file
Please sign in to leave a comment.