File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f8/8ef3ef592f67e68d4732d2ca831221/.command.sh
- Size
- 382 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
bcl-convert \
\
--tiles s_3 \
--output-directory output \
--bcl-input-directory 20260603_LH00166_0309_A23WCJNLT4 \
--sample-sheet 20260603_LH00166_0309_A23WCJNLT4.samplesheet.csv
cat <<-END_VERSIONS > versions.yml
"DAQ:BCL_TO_FASTQ:BCLCONVERT":
bclconvert: $(bcl-convert -V 2>&1 | head -n 1 | sed 's/^.*Version //')
END_VERSIONS