浏览代码

更新 'tasks/CNVkit.wdl'

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

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

@@ -45,7 +45,7 @@ task cnvkit{

ls ./

tar cvf ${sample}.tar ${sample}*
tar cvf ${sample_id}.tar ${sample_id}*

>>>

@@ -58,7 +58,7 @@ task cnvkit{
}

output{
File out_file = "${sample}.tar"
File out_file = "${sample_id}.tar"
#File cnv_bed = "${sample}.ratio_cnv.call.filter.bed"
}


正在加载...
取消
保存