File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/5b/f7cabd253a1acd74a55d3e70173ad3/.command.sh
- Size
- 461 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
flowcell_qc.py \
--runinfo RunInfo.xml --tile-metrics TileMetricsOut.bin \
--demux-stats ds*/* \
--quality-metrics qm*/* \
--index-hopping ih*/* \
--output flowcell_qc.csv
cat <<-END_VERSIONS > versions.yml
"DAQ:FLOWCELL_QC":
python: $(python --version | sed 's/Python //g')
interop: $(python -c 'import interop; print(interop.__version__)' 2>/dev/null || echo 'N/A')
flowcell_qc: 1.2.0
END_VERSIONS