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,

Завантаження…
Відмінити
Зберегти