You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added in a WILL_FAIL status for workflows that will fail. (#85)
* Now will add a WILL_FAIL status to the status output when a workflow is running but doomed.
* Added new colors to colorized list output.
* Fixes#78
* Removed some extra turtles.
* Added in resources and testing wdl/json files.
# You may have to change the following two parameter values depending on the task requirements
61
+
Intdefault_ram_mb = 3 * 1024
62
+
# WARNING: In the workflow, you should calculate the disk space as an input to this task (disk_space_gb). Please see [TODO: Link from Jose] for examples.
63
+
Intdefault_disk_space_gb = 100
64
+
65
+
Intdefault_boot_disk_size_gb = 15
66
+
67
+
# Mem is in units of GB but our command and memory runtime values are in MB
# You may have to change the following two parameter values depending on the task requirements
73
+
Intdefault_ram_mb = 3 * 1024
74
+
# WARNING: In the workflow, you should calculate the disk space as an input to this task (disk_space_gb). Please see [TODO: Link from Jose] for examples.
75
+
Intdefault_disk_space_gb = 100
76
+
77
+
Intdefault_boot_disk_size_gb = 15
78
+
79
+
# Mem is in units of GB but our command and memory runtime values are in MB
# You may have to change the following two parameter values depending on the task requirements
132
+
Intdefault_ram_mb = 3 * 1024
133
+
# WARNING: In the workflow, you should calculate the disk space as an input to this task (disk_space_gb). Please see [TODO: Link from Jose] for examples.
134
+
Intdefault_disk_space_gb = 100
135
+
136
+
Intdefault_boot_disk_size_gb = 15
137
+
138
+
# Mem is in units of GB but our command and memory runtime values are in MB
0 commit comments