Просмотр исходного кода

reivse input boolean type

tags/v0.2.1
stead99 4 лет назад
Родитель
Сommit
9e1b95f341
1 измененных файлов: 3 добавлений и 3 удалений
  1. +3
    -3
      inputs

+ 3
- 3
inputs Просмотреть файл

@@ -30,7 +30,7 @@
"{{ project_name }}.count_docker": "{{ count_docker }}",
"{{ project_name }}.count_cluster": "{{ count_cluster }}",
"{{ project_name }}.count_length": "{{ count_length }}",
"{{ project_name }}.trim_adapter": {{ boolean(trim_adapter) }},,
"{{ project_name }}.pre_alignment_qc": {{ boolean(pre_alignment_qc) }},
"{{ project_name }}.qualimap_qc": {{ boolean(qualimap_qc) }}
"{{ project_name }}.trim_adapter": true,
"{{ project_name }}.pre_alignment_qc": true,
"{{ project_name }}.qualimap_qc": true
}

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