Explorar el Código

se_2159

master
Zhihui hace 4 años
padre
commit
e2f5b51c56
Se han modificado 4 ficheros con 0 adiciones y 12 borrados
  1. +0
    -3
      defaults
  2. +0
    -3
      inputs
  3. +0
    -3
      tasks/fastp.wdl
  4. +0
    -3
      workflow.wdl

+ 0
- 3
defaults Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

@@ -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 Ver fichero

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

Cargando…
Cancelar
Guardar