Explorar el Código

jar location

master
LUYAO REN hace 6 años
padre
commit
bcd28c9f48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/CallableLoci.wdl

+ 1
- 1
tasks/CallableLoci.wdl Ver fichero

@@ -13,7 +13,7 @@ task CallableLoci {
command <<<
set -o pipefail
set -e
java -jar GenomeAnalysisTK.jar \
java -jar /usr/GenomeAnalysisTK.jar \
-T CallableLoci \
-R ${ref_dir}/${fasta} \
-I ${bam} \

Cargando…
Cancelar
Guardar