瀏覽代碼

first commit

master
Zhihui 4 年之前
父節點
當前提交
59fbf67fce
共有 2 個檔案被更改,包括 4 行新增2 行删除
  1. +2
    -1
      inputs
  2. +2
    -1
      workflow.wdl

+ 2
- 1
inputs 查看文件

"{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}", "{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}",
"{{ 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 }}.length_limit": "{{ length_limit }}"
} }

+ 2
- 1
workflow.wdl 查看文件

UMI = UMI, UMI = UMI,
qualified_quality_phred = qualified_quality_phred, qualified_quality_phred = qualified_quality_phred,
length_required1 = length_required1, length_required1 = length_required1,
disable_quality_filtering = disable_quality_filtering
disable_quality_filtering = disable_quality_filtering,
length_limit = length_limit
} }


call fastqc.fastqc as fastqc { call fastqc.fastqc as fastqc {

Loading…
取消
儲存