File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/8f/c5f85601471e8b4620d6973bb6959d/.command.sh
- Size
- 399 bytes
- Task
- NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX:BCLCONVERT (20260522_LH00995_0045_B23TKVGLT4;L008)
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
bcl-convert \
\
--tiles s_8 \
--output-directory output \
--bcl-input-directory 20260522_LH00995_0045_B23TKVGLT4 \
--sample-sheet bclconvert_samplesheet_corrected.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