Skip to content

Commit

Permalink
Merge pull request #595 from umccr/bugfix/add-cl-config-to-interop-qc…
Browse files Browse the repository at this point in the history
…-report

Added hg38 genome size to multiqc cl config
  • Loading branch information
alexiswl authored Nov 19, 2024
2 parents 7c3928e + fd7f57d commit 5c66639
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ workflows:
md5sum: 6e20bae050dfae264c00cdc8a2be0bbf
- name: 1.3.1--1.21
path: 1.3.1--1.21/bclconvert-interop-qc__1.3.1--1.21.cwl
md5sum: 53ddc08bf654bf03bffc7edb4a3ccdf6
md5sum: dfad0c0195611d1ff0ca6a255955fc00
categories: []
- name: dragen-instrument-run-fastq-to-ora-pipeline
path: dragen-instrument-run-fastq-to-ora-pipeline
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@ steps:
title:
source: instrument_run_id
valueFrom: "$(self) BCLConvert MultiQC Report"
cl_config:
valueFrom: |
${
return JSON.stringify({"bclconvert": { "genome_size": "hg38_genome" }});
}
out:
- id: output_directory
- id: output_file
Expand Down

0 comments on commit 5c66639

Please sign in to comment.