File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/76/97bf1ba5ea635effc00d34e4a8067f/.command.sh
- Size
- 359 bytes
- Task
- NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX:BCLCONVERT (20260226_LH00995_0015_B23MHV2LT4;L001)
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
bcl-convert \
\
--tiles s_1 \
--output-directory output \
--bcl-input-directory rundir \
--sample-sheet rundir/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