Skip to content
Snippets Groups Projects
Commit 903a86f2 authored by Sander Bollen's avatar Sander Bollen
Browse files

fix postqc in all

parent 61b4e690
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ def metrics(do_metrics=True):
sample=SAMPLES)
fnumpre = expand(out_path("{sample}/pre_process/{sample}.preqc_count.json"),
sample=SAMPLES)
fnumpos = expand(out_path("{sample}/pre_process/{sample}.preqc_count.json"),
fnumpos = expand(out_path("{sample}/pre_process/{sample}.postqc_count.json"),
sample=SAMPLES)
return mnum + mbnum + unum + ubnum + fqcr + fqcm + fqcp + fnumpre + fnumpos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment