소스 검색

first commit

master
Zhihui 4 년 전
부모
커밋
59fbf67fce
2개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -1
      inputs
  2. +2
    -1
      workflow.wdl

+ 2
- 1
inputs 파일 보기

@@ -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 파일 보기

@@ -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 {

Loading…
취소
저장