瀏覽代碼

mixcr

master
stead99 5 年之前
父節點
當前提交
41761dc27f
共有 1 個檔案被更改,包括 8 行新增1 行删除
  1. +8
    -1
      tasks/mixcr.wdl

+ 8
- 1
tasks/mixcr.wdl 查看文件

dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/" dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
} }
output { output {
File sam = base + ".vdjca"
File align_out = base + ".vdjca"
File assemble_rescued_1_out = base + "_rescued_1.vdjca"
File assemble_rescued_2_out = base + "_rescued_2.vdjca"
File assemble_rescued_extended_out = base + "_rescued_2_extended.vdjca"
File clns_out = base + ".clns"
File clones_out = base + ".txt"
File trb_out = base + ".TRB.txt"
File igh_out = base + ".IGH.txt"
} }
} }

Loading…
取消
儲存