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

+ 3
- 1
tasks/index.wdl Zobrazit soubor

@@ -7,7 +7,9 @@ task index {
String clean_bam_name = basename(bam)
command <<<
samtools index ${bam}
samtools index --help
print ${clean_bam_name}
samtools index ${bam} ${clean_bam_name}.bai
>>>

runtime {

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