File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d8/b6645a6beb89aa99e7d2bbb1950c01/.command.sh
- Size
- 249 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
qc_json_to_csv.py \
-i postdedup_qc.json \
-o qc_metrics.csv \
cat <<-END_VERSIONS > versions.yml
"DAQ:QC_JSON_TO_CSV":
python: $(python --version | sed 's/Python //g')
qc_json_to_csv: 1.0.0
END_VERSIONS