Browse Source

first commit

master
Zhihui 4 years ago
parent
commit
59fbf67fce
2 changed files with 4 additions and 2 deletions
  1. +2
    -1
      inputs
  2. +2
    -1
      workflow.wdl

+ 2
- 1
inputs View File

"{{ 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 View File

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…
Cancel
Save