Parcourir la source

revise input

master
stead99 il y a 4 ans
Parent
révision
0a09fb17e6
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      tasks/fastqc.wdl
  2. +1
    -1
      tasks/fastqscreen.wdl

+ 1
- 1
tasks/fastqc.wdl Voir le fichier

@@ -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 Voir le fichier

@@ -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 {

Chargement…
Annuler
Enregistrer