#!/bin/bash -euo pipefail
discover_harmonized_outputs.py \
--manifest analysis_manifest.tsv \
--test-dirs s3://natera-platform-sandbox/pipeline-outputs/aih_dev/altera_inhouse_rna/hmnz_dev_rna_exp0016__2fc4034--20260601-114101/ s3://natera-platform-sandbox/pipeline-outputs/aih_dev/altera_inhouse_rna/cgp_rna_exp0034/B2372Y3LT4/hmnz_cgp_rna_exp0034__2fc4034--20260521-224854/ \
--output discovered_outputs.tsv \
--audit discover_audit.tsv
cat <<-END_VERSIONS > versions.yml
"RECALL:DISCOVER_HARMONIZED_OUTPUTS":
python: $(python --version 2>&1 | sed 's/Python //')
discover_harmonized_outputs: "1.0.0"
END_VERSIONS