Browse Source

更新 'tasks/CNVkit.wdl'

master
meng 2 years ago
parent
commit
e563616d6e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl View File

@@ -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…
Cancel
Save