Skip to content
Snippets Groups Projects

User configurable hardware resources

Merged Manavalan Gajapathy requested to merge qualimap_bamqc-cluster-config into master
1 file
+ 11
3
Compare changes
  • Side-by-side
  • Inline
@@ -51,7 +51,9 @@ rule multiqc_by_sample_initial_pass:
# using custom rename config file
extra=lambda wildcards, input: f"--config {input.multiqc_config} --sample-names {input.rename_config}",
wrapper:
"0.64.0/bio/multiqc"
# "0.64.0/bio/multiqc"
### see issue #47 on why local wrapper is used ###
"file:src/wrapper_edited/0.64.0_bio_multiqc/wrapper.py"
rule quac_watch:
@@ -134,7 +136,10 @@ rule multiqc_by_sample_final_pass:
# using custom rename config file
extra=lambda wildcards, input: f"--config {input.multiqc_config} --sample-names {input.rename_config}",
wrapper:
"0.64.0/bio/multiqc"
# "0.64.0/bio/multiqc"
### see issue #47 on why local wrapper is used ###
"file:src/wrapper_edited/0.64.0_bio_multiqc/wrapper.py"
########################## Multi-sample QC aggregation ##########################
@@ -193,4 +198,7 @@ rule multiqc_aggregation_all_samples:
--cl_config "max_table_rows: 2000"'
),
wrapper:
"0.64.0/bio/multiqc"
# "0.64.0/bio/multiqc"
### see issue #47 on why local wrapper is used ###
"file:src/wrapper_edited/0.64.0_bio_multiqc/wrapper.py"
Loading