Zhihui il y a 5 ans
Parent
révision
e2a6eda9af
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +1
    -1
      inputs
  2. +3
    -1
      workflow.wdl

+ 1
- 1
inputs Voir le fichier

@@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer