YaqingLiu 4 anos atrás
pai
commit
5001665dd9
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      tasks/batch.wdl

+ 2
- 2
tasks/batch.wdl Ver arquivo

@@ -15,8 +15,8 @@ task batch {
String cluster_config
String disk_size

String annotate_opt = if defined(ref_flat) then "--annotate ${ref_flat}" else ""
String reference_opt = if defined(reference) then "--reference ${reference}" else ""
String annotate_opt = if (ref_flat != "") then "--annotate ${ref_flat}" else ""
String reference_opt = if (reference != "") then "--reference ${reference}" else ""

command <<<
set -o pipefail

Carregando…
Cancelar
Salvar