소스 검색

se_2159

master
Zhihui 4 년 전
부모
커밋
e2f5b51c56
4개의 변경된 파일0개의 추가작업 그리고 12개의 파일을 삭제
  1. +0
    -3
      defaults
  2. +0
    -3
      inputs
  3. +0
    -3
      tasks/fastp.wdl
  4. +0
    -3
      workflow.wdl

+ 0
- 3
defaults 파일 보기

@@ -4,9 +4,6 @@
"trim_front1": "0",
"trim_tail1": "0",
"max_len1": "0",
"trim_front2": "0",
"trim_tail2": "0",
"max_len2": "0",
"adapter_sequence": "AGATCGGAAGAGCACACGTCTGAACTCCAGTCA",
"disable_adapter_trimming": "0",
"length_required": "50",

+ 0
- 3
inputs 파일 보기

@@ -6,9 +6,6 @@
"{{ project_name }}.trim_front1": "{{ trim_front1 }}",
"{{ project_name }}.trim_tail1": "{{ trim_tail1 }}",
"{{ project_name }}.max_len1": "{{ max_len1 }}",
"{{ project_name }}.trim_front2": "{{ trim_front2 }}",
"{{ project_name }}.trim_tail2": "{{ trim_tail2 }}",
"{{ project_name }}.max_len2": "{{ max_len2 }}",
"{{ project_name }}.adapter_sequence": "{{ adapter_sequence }}",
"{{ project_name }}.disable_adapter_trimming": "{{ disable_adapter_trimming }}",
"{{ project_name }}.length_required1": "{{ length_required1 }}",

+ 0
- 3
tasks/fastp.wdl 파일 보기

@@ -9,9 +9,6 @@ task fastp {
Int trim_front1
Int trim_tail1
Int max_len1
Int trim_front2
Int trim_tail2
Int max_len2
Int disable_adapter_trimming
Int length_required
Int umi_len

+ 0
- 3
workflow.wdl 파일 보기

@@ -81,9 +81,6 @@ workflow {{ project_name }} {
trim_front1 = trim_front1,
trim_tail1 = trim_tail1,
max_len1 = max_len1,
trim_front2 = trim_front2,
trim_tail2 = trim_tail2,
max_len2 = max_len2,
disable_adapter_trimming = disable_adapter_trimming,
length_required = length_required,
umi_len = umi_len,

Loading…
취소
저장