Skip to content

Commit

Permalink
Rename run_id to instrument run id for the bclconvert interop qc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Jun 7, 2024
1 parent 39d7de5 commit 5427fca
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ requirements:

inputs:
# Requires two directories
run_id:
label: Run ID
instrument_run_id:
label: Instrument Run ID
doc: |
The run ID
The instrument run ID
type: string

bclconvert_report_directory:
Expand Down Expand Up @@ -75,7 +75,7 @@ steps:
in:
input_run_dir:
source:
- run_id
- instrument_run_id
- interop_directory
- get_run_info_xml_file_from_reports_dir/output_file
valueFrom: |
Expand Down Expand Up @@ -107,10 +107,10 @@ steps:
output_directory_name:
valueFrom: "multiqc"
output_filename:
source: run_id
source: instrument_run_id
valueFrom: "$(self)_multiqc_report.html"
title:
source: run_id
source: instrument_run_id
valueFrom: "$(self) BCLConvert MultiQC Report"
out:
- id: output_directory
Expand Down

0 comments on commit 5427fca

Please sign in to comment.