File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f6/0d77a8f737486d8fa7e0eb858562be/.command.sh
Size
305 bytes
Attempt
#!/bin/bash -euo pipefail
demux_by_sample.py \
    ds*/* \
    -o Demultiplex_Stats_aggregate.csv

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX:AGGREGATE_DEMUX_STATS":
    python: $(python --version | sed 's/Python //g')
    demux_stats_aggregate: 1.0.0
END_VERSIONS