瀏覽代碼

reivse input boolean type

tags/v0.2.1
stead99 4 年之前
父節點
當前提交
6f018f49be
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      inputs

+ 3
- 3
inputs 查看文件

"{{ project_name }}.count_docker": "{{ count_docker }}", "{{ project_name }}.count_docker": "{{ count_docker }}",
"{{ project_name }}.count_cluster": "{{ count_cluster }}", "{{ project_name }}.count_cluster": "{{ count_cluster }}",
"{{ project_name }}.count_length": "{{ count_length }}", "{{ project_name }}.count_length": "{{ count_length }}",
"{{ project_name }}.trim_adapter": TRUE,
"{{ project_name }}.pre_alignment_qc": TRUE,
"{{ project_name }}.qualimap_qc": TRUE
"{{ project_name }}.trim_adapter": {{ boolean(trim_adapter) }},,
"{{ project_name }}.pre_alignment_qc": {{ boolean(pre_alignment_qc) }},
"{{ project_name }}.qualimap_qc": {{ boolean(qualimap_qc) }}
} }

Loading…
取消
儲存