Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read filtering Workflow: Not producing a MultiQC report #124

Open
nalbright opened this issue Jul 27, 2018 · 1 comment
Open

Read filtering Workflow: Not producing a MultiQC report #124

nalbright opened this issue Jul 27, 2018 · 1 comment

Comments

@nalbright
Copy link

Expected behavior

Expect to find a multi QC report in outputs for read filtering workflow, but did not.

Actual behavior

No multi QC report is generated- (just a Fast QC report)
It looks like it is specified in read filtering workflow (input config file), but does not generate a report.

Steps to reproduce the behavior

Ran assembly workflow as per documentation on Really quick Copy-and-Paste Quick Start

@charlesreid1
Copy link
Member

charlesreid1 commented Jul 31, 2018

The MultiQC report is only part of the assembly workflow. There are only two places in the config file it should show up:

  • where you specify the biocontainer image/version to use for each software library
    "biocontainers" : {
        ...
        "multiqc" : {
            "use_local" : False,
            "quayurl" : "quay.io/biocontainers/multiqc",
            "version" : "1.4--py35_0"
        },
  • in the assembly section of the config file
    "assembly" : {
        ...
        "assembly_patterns" : {

            ...

            "multiqc_pattern" : "{sample}.trim{qual}_{assembler}_multiqc/report.html",
        }
    },

In pointing this out, you did uncover another issue - there is no build rule defined in the assembly Snakefile to run this rule. I will make this change/add a build rule in a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants