소스 검색

test

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

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

@@ -8,12 +8,12 @@ task access {
String cluster_config
String disk_size

command <<
#if [ ${method}=="amplicon" ]; then
command <<<
if [ ${method}=="amplicon" ]; then
cp ${bed} access-mappable.bed
#else
# cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
#fi
else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
fi
>>>

runtime {

Loading…
취소
저장