Browse Source

revise input

master
stead99 4 years ago
parent
commit
0a09fb17e6
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      tasks/fastqc.wdl
  2. +1
    -1
      tasks/fastqscreen.wdl

+ 1
- 1
tasks/fastqc.wdl View File

@@ -16,7 +16,7 @@ task fastqc {
runtime {
docker:docker
systemDisk:"cloud_ssd 40"
cluster:cluster_config
cluster:cluster
dataDisk:"cloud_ssd " + disk_size + " /cromwell_root/"
}
output {

+ 1
- 1
tasks/fastqscreen.wdl View File

@@ -21,7 +21,7 @@ task fastq_screen {
runtime {
docker:docker
systemDisk:"cloud_ssd 40"
cluster:cluster_config
cluster:cluster
dataDisk:"cloud_ssd " + disk_size + " /cromwell_root/"
}
output {

Loading…
Cancel
Save