소스 검색

更新 'tasks/spladder_quantification.wdl'

master
chenqingwang 3 년 전
부모
커밋
d7085e3188
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +3
    -3
      tasks/spladder_quantification.wdl

+ 3
- 3
tasks/spladder_quantification.wdl 파일 보기

@@ -9,7 +9,7 @@ task spladder_quantification {

String spladder_docker
String cluster
String spladder_cluster
String disk_size

@@ -41,8 +41,8 @@ task spladder_quantification {
>>>

runtime {
docker: docker
cluster: cluster
docker: spladder_docker
cluster: spladder_cluster
systemDisk: "cloud_ssd 40"
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}

Loading…
취소
저장