Zhihui před 4 roky
rodič
revize
f222a0ef45
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      tasks/samtools.wdl

+ 1
- 1
tasks/samtools.wdl Zobrazit soubor

@@ -3,7 +3,7 @@ task samtools {
String sample_id
String bam = sample_id + ".bam"
String sorted_bam = sample_id + ".sorted.bam"
String percent_bam = sample_id + ".10percent.bam"
String percent_bam = sample_id + ".percent.bam"
String sorted_bam_index = sample_id + ".sorted.bam.bai"
String ins_size = sample_id + ".ins_size"
String docker

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