File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/fc/a64611c7b1b2fe74f66d3c9794064e/.command.sh
Size
639 bytes
Attempt
#!/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