#!/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