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



ls ./ ls ./


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


>>> >>>


} }


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



Loading…
Cancel
Save