소스 검색

test if

master
YaqingLiu 4 년 전
부모
커밋
91f88747b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      tasks/access.wdl

+ 1
- 1
tasks/access.wdl 파일 보기

@@ -9,7 +9,7 @@ task access {
String disk_size

command <<
if ${method}=="amplicon"; then
if (${method}=="amplicon"); then
cp ${bed} access-mappable.bed
else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}

Loading…
취소
저장