Zhihui hace 4 años
padre
commit
e2a6eda9af
Se han modificado 2 ficheros con 4 adiciones y 2 borrados
  1. +1
    -1
      inputs
  2. +3
    -1
      workflow.wdl

+ 1
- 1
inputs Ver fichero

@@ -43,5 +43,5 @@
"{{ project_name }}.umi_len": "{{ umi_len }}",
"{{ project_name }}.length_required": "{{ length_required }}",
"{{ project_name }}.qualified_quality_phred": "{{ qualified_quality_phred }}",
"{{ disable_quality_filtering }}.umi_loc": "{{ disable_quality_filtering }}"
"{{ project_name }}.disable_quality_filtering": "{{ disable_quality_filtering }}"
}

+ 3
- 1
workflow.wdl Ver fichero

@@ -11,7 +11,9 @@ workflow {{ project_name }} {
input:
sample_id=quartet[2],
read1=quartet[0],
read2=quartet[1]
read2=quartet[1],
docker = fastp.docker,
cluster = fastp.cluster
}
}
}

Cargando…
Cancelar
Guardar