소스 검색

Update 'tasks/spladder_quantification.wdl'

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

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

@@ -8,8 +8,8 @@ task spladder_quantification {
File samples

String docker
String cluster
String spladder_docker
String spladder_cluster
String disk_size

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

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

Loading…
취소
저장