Procházet zdrojové kódy

更新 'tasks/battenberg.wdl'

master
biochenglinliu před 1 rokem
rodič
revize
9722d74738
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      tasks/battenberg.wdl

+ 2
- 2
tasks/battenberg.wdl Zobrazit soubor

@@ -29,8 +29,8 @@ task battenberg {
}

output {
File tumor_bam = "${normal_id}.sorted.deduped.nochr.bam"
File normal_bam = "${sample_id}.sorted.deduped.nochr.bam"
File tumor_bam_data = "${sample_id}.sorted.deduped.nochr.bam"
File normal_bam_data = "${normal_id}.sorted.deduped.nochr.bam"
}

}

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