File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/67/7d37fdbfb5bc407945e48722497e75/.command.sh
Size
598 bytes
Attempt
#!/bin/bash -euo pipefail
flowcell_qc.py \
     --runinfo RunInfo.xml --tile-metrics TileMetricsOut.bin --ext-tile-metrics ExtendedTileMetricsOut.bin --phasing-metrics EmpiricalPhasingMetricsOut.bin \
    --demux-stats ds*/* \
    --quality-metrics qm*/* \
    --index-hopping ih*/* \
    --output flowcell_qc.csv

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX: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