浏览代码

更新 'tasks/CNVkit.wdl'

master
meng 2 年前
父节点
当前提交
24e191535a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl 查看文件

#gain and loss #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}* tar cvf ${sample}.tar ${sample}*


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


} }

正在加载...
取消
保存