소스 검색

更新 'tasks/CNVkit.wdl'

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

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

@@ -104,7 +104,7 @@ task cnvkit{
#gain and loss
cat ${sample}.call.cns > ${sample}.call.cns.bed
/root/miniconda2/bin/cnvkit.py export vcf ${sample}.call.cns -y -i "${sample}" -o ${sample}.call.cns.vcf

tar cvf ${sample}.tar ${sample}*
@@ -121,7 +121,7 @@ task cnvkit{

output{
File out_file = "${sample}.tar"
File cnv_bed = "${sample}.call.cns.bed"
File cnv_bed = "${sample}.call.cns.vcf"
}

}

Loading…
취소
저장