File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/14/36aced60a341c637f76b2d00210522/.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