瀏覽代碼

更新 '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"
}


Loading…
取消
儲存