File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/66/fb5819e495b3ea6a181b77b6c433ed/.command.sh
- Size
- 305 bytes
- Attempt
Content
View in new tab#!/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