Explorar el Código

update

master
liuruimei hace 4 años
padre
commit
693568c510
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      tasks/reference_dict.wdl

+ 3
- 3
tasks/reference_dict.wdl Ver fichero

@@ -10,9 +10,9 @@ task reference_dict {
command <<<
set -o pipefail
set -e
java -jar /usr/picard/picard.jar CreateSequenceDictionary \
R=${ref_dir}/${fasta} \
O=reference_bed_dict.txt
java -jar /usr/picard/picard.jar CreateSequenceDictionary \
R=${ref_dir}/${fasta} \
O=reference_bed_dict.txt
>>>

runtime {

Cargando…
Cancelar
Guardar