File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/39/017fa49d3a010d6affd5e36f52b816/.command.sh
Size
389 bytes
Attempt
#!/bin/bash -euo pipefail
bcl-convert \
     \
    --tiles s_4 \
    --output-directory output \
    --bcl-input-directory 20260515_LH00995_0042_B23WHTKLT4 \
    --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