YaqingLiu 4 роки тому
джерело
коміт
5001665dd9
1 змінених файлів з 2 додано та 2 видалено
  1. +2
    -2
      tasks/batch.wdl

+ 2
- 2
tasks/batch.wdl Переглянути файл

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

Завантаження…
Відмінити
Зберегти