This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
chenqingwang
/
SplAdder-quantification-merge
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Update 'tasks/spladder_quantification.wdl'
master
chenqingwang
3 years ago
parent
e82d9f6bfe
commit
1af666bc54
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tasks/spladder_quantification.wdl
+ 1
- 1
tasks/spladder_quantification.wdl
View File
@@ -53,7 +53,7 @@ task spladder_quantification {
runtime {
docker: spladder_docker
cluster: spladder_cluster
systemDisk: "cloud_ssd 50
0
"
systemDisk: "cloud_ssd 50"
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
Write
Preview
Loading…
Cancel
Save