Skip to content

Multiqc: Runs out of order with only SE or PE dataset #9

Description

@pd321

If the data is only SE or PE then due to presence of an empty list in the expansion multiqc has no input and thus runs before any other tools.

The following code in qc.smk needs to be fixed

expand(["results/qc/fastqc/{se_sample}_fastqc.html", 
		"results/qc/fastqc/{pe_sample}_{group}_fastqc.html", 
	 "results/qc/flagstat/{sample}.txt"], sample = samples, 
	 se_sample = se_samples, pe_sample = pe_samples, group = ["r1", "r2"],)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions