Conversation
|
|
ok, so. If there is no multiqc module for toulligqc, then the only way to get info into the multiqc report is via custom content. For that to work, you need to have the output in some sort of machine readable form, but the main point is, that you just append |
|
Okay, there is a text output, let me see if I can make it behave |
workflows/seqinspector.nf
Outdated
| TOULLIGQC ( | ||
| ch_samplesheet | ||
| ) | ||
| ch_multiqc_files.mix(TOULLIGQC.out) |
There was a problem hiding this comment.
This is taking all the output channels of TOULLIGQC. Is that what you want?
There was a problem hiding this comment.
Possibly not. There's a plaintext .data file which might be able to go into multiqc, I'll need to look into if there's a way to split out just that tuple from the output
There was a problem hiding this comment.
| ch_multiqc_files.mix(TOULLIGQC.out) | |
| ch_multiqc_files.mix(TOULLIGQC.out.report_data) |
Then you just want that channel I think.
MQC doesn't list TOULLIGQC, but if it produces an output suitable for it, then you can add it in a custom content section.
custom_data:
dtol:
file_format: "tsv"
section_name: "DToL"
description: "Darwin Tree of Life identifier and related meta data."
plot_type: "table"
sp: # Search pattern
dtol:
fn: "DToL.tsv"See https://docs.seqera.io/multiqc/custom_content for more info
|
Made some attempts to pass the QC results as custom, couldn't get it to work. I think we want to get a module for toulligqc in multiqc in the long term. So for now I just signpost users to the html report from toulligqc |
ee0f4e5 to
1b31f76
Compare
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.2.0. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
PR checklist
nf-core lint).nf-test test main.nf.test -profile test,docker). [reports no tests to execute]nextflow run . -profile debug,test,docker --outdir <OUTDIR>).docs/usage.mdis updated.docs/output.mdis updated.CHANGELOG.mdis updated.README.mdis updated (including new tool citations and authors/contributors).This PR adds toulligqc as an optional component for QC of long reads.
TODO: