浏览代码

homo genotype

master
LUYAO REN 5 年前
父节点
当前提交
18b7b4a1dc
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      tasks/Freebayes.wdl

+ 0
- 1
tasks/Freebayes.wdl 查看文件

@@ -27,7 +27,6 @@ task Freebayes {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File vcf = "${sample}_fb.vcf"
File filtered = "${sample}_fb.filtered.vcf"
}
}

正在加载...
取消
保存