File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f7/e7b9a1c9a1e8f1654c7324c45b400b/.command.sh
Size
330 bytes
Attempt
#!/bin/bash -Ceuo pipefail
bcl-convert \
     \
    --tiles s_7 \
    --output-directory output \
    --bcl-input-directory rundir \
    --sample-sheet rundir/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