Skip to content
Snippets Groups Projects
Commit 36c02328 authored by BIOPZ-Bak Maciej's avatar BIOPZ-Bak Maciej Committed by BIOPZ-Gypas Foivos
Browse files

MultiQC report: custom plugin for zpca. Fixes #146

parent e265ed75
No related branches found
No related tags found
1 merge request!82MultiQC report: custom plugin for zpca
...@@ -1072,7 +1072,7 @@ rule pca_salmon: ...@@ -1072,7 +1072,7 @@ rule pca_salmon:
threads: 1 threads: 1
singularity: singularity:
"docker://zavolab/zpca:0.8" "docker://zavolab/zpca:0.8.3-1"
shell: shell:
"(zpca-tpm \ "(zpca-tpm \
...@@ -1118,7 +1118,7 @@ rule pca_kallisto: ...@@ -1118,7 +1118,7 @@ rule pca_kallisto:
threads: 1 threads: 1
singularity: singularity:
"docker://zavolab/zpca:0.8" "docker://zavolab/zpca:0.8.3-1"
shell: shell:
"(zpca-tpm \ "(zpca-tpm \
...@@ -1630,7 +1630,7 @@ rule multiqc_report: ...@@ -1630,7 +1630,7 @@ rule multiqc_report:
current_rule + ".stdout.log") current_rule + ".stdout.log")
singularity: singularity:
"docker://zavolab/multiqc-plugins:1.0.0" "docker://zavolab/multiqc-plugins:1.2.1"
shell: shell:
"(multiqc \ "(multiqc \
......
...@@ -125,6 +125,26 @@ module_order: ...@@ -125,6 +125,26 @@ module_order:
path_filters: path_filters:
- "*/*/*genome_quantification_kallisto*.stderr.log" - "*/*/*genome_quantification_kallisto*.stderr.log"
- zpca:
name: "zpca: salmon | gene expression"
path_filters:
- "*/zpca/pca_salmon_genes/*"
- zpca:
name: "zpca: salmon | transcript expression"
path_filters:
- "*/zpca/pca_salmon_transcripts/*"
- zpca:
name: "zpca: kallisto | gene expression"
path_filters:
- "*/zpca/pca_kallisto_genes/*"
- zpca:
name: "zpca: kallisto | transcript expression"
path_filters:
- "*/zpca/pca_kallisto_transcripts/*"
fn_clean_exts: fn_clean_exts:
- '.fq1' - '.fq1'
- '.gz' - '.gz'
......
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