YaqingLiu hace 4 años
padre
commit
f82d50ed1a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      tasks/index.wdl

+ 3
- 1
tasks/index.wdl Ver fichero

@@ -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 {

Cargando…
Cancelar
Guardar