Procházet zdrojové kódy

更新 'tasks/CNVkit.wdl'

master
meng před 2 roky
rodič
revize
e563616d6e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl Zobrazit soubor

@@ -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"
}


Načítá se…
Zrušit
Uložit