Ver código fonte

first commit

master
Zhihui 4 anos atrás
pai
commit
59fbf67fce
2 arquivos alterados com 4 adições e 2 exclusões
  1. +2
    -1
      inputs
  2. +2
    -1
      workflow.wdl

+ 2
- 1
inputs Ver arquivo

@@ -63,5 +63,6 @@
"{{ project_name }}.disk_size": "{{ disk_size if disk_size != '' else 200}}",
"{{ project_name }}.count_docker": "{{ count_docker }}",
"{{ 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 Ver arquivo

@@ -86,7 +86,8 @@ workflow {{ project_name }} {
UMI = UMI,
qualified_quality_phred = qualified_quality_phred,
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 {

Carregando…
Cancelar
Salvar