YaqingLiu 4 лет назад
Родитель
Сommit
5001665dd9
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      tasks/batch.wdl

+ 2
- 2
tasks/batch.wdl Просмотреть файл

String cluster_config String cluster_config
String disk_size 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 <<< command <<<
set -o pipefail set -o pipefail

Загрузка…
Отмена
Сохранить