소스 검색

test

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

+ 2
- 2
tasks/export.wdl 파일 보기

@@ -10,7 +10,7 @@ task export{
cp -r ${sep=" " results} /cromwell_root/tmp/cnvkit
cd /cromwell_root/tmp/cnvkit
# this version app just provides seg
cnvkit.py export seg *.cns -o ${sample_id}.seg
cnvkit.py export seg *.cns -o /cromwell_root/tmp/cnvkit/${sample_id}.seg
>>>
runtime {
@@ -21,6 +21,6 @@ task export{
}

output {
File seg = "${sample_id}.seg"
File seg = "/cromwell_root/tmp/cnvkit/${sample_id}.seg"
}
}

Loading…
취소
저장