#!/bin/bash -euo pipefail bcl-convert \ \ --tiles s_1 \ --output-directory output \ --bcl-input-directory 20260204_LH00166_0238_B23LG7FLT4 \ --sample-sheet bclconvert_samplesheet.csv cat <<-END_VERSIONS > versions.yml "NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX:BCLCONVERT": bclconvert: $(bcl-convert -V 2>&1 | head -n 1 | sed 's/^.*Version //') END_VERSIONS