File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/08/dd0970dbb798f28d68914096a37701/.command.sh
- Size
- 352 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
bcl-convert \
\
--tiles s_2 \
--output-directory output \
--bcl-input-directory rundir \
--sample-sheet 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