YaqingLiu 4 anos atrás
pai
commit
f82d50ed1a
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      tasks/index.wdl

+ 3
- 1
tasks/index.wdl Ver arquivo

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

Carregando…
Cancelar
Salvar