소스 검색

mixcr

master
stead99 5 년 전
부모
커밋
41761dc27f
1개의 변경된 파일8개의 추가작업 그리고 1개의 파일을 삭제
  1. +8
    -1
      tasks/mixcr.wdl

+ 8
- 1
tasks/mixcr.wdl 파일 보기

@@ -28,6 +28,13 @@ task mixcr {
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
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…
취소
저장