Browse Source

ped file

master
LUYAO REN 5 years ago
parent
commit
801dfd8445
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/sister.wdl

+ 2
- 2
tasks/sister.wdl View File

@@ -45,7 +45,7 @@ task sister {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
Array[File] D5_mendelian = glob("${family_name}.D5/*")
Array[File] D6_mendelian = glob("${family_name}.D6/*")
Array[File] D5_mendelian = glob("VBT_D5/*")
Array[File] D6_mendelian = glob("VBT_D6/*")
}
}

Loading…
Cancel
Save