File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/c4/27521b61bbd8602b3762a736f8ace3/.command.sh
Size
389 bytes
Attempt
#!/bin/bash -euo pipefail
aggregate_harmonized_calls.py \
    --discovered discovered_outputs.tsv \
    --fusion-column fusion_tsv \
    --manifest sample_manifest_qc.tsv \
    --output test_harmonized_calls.tsv

cat <<-END_VERSIONS > versions.yml
"RECALL:AGGREGATE_TEST_CALLS":
    python: $(python --version 2>&1 | sed 's/Python //')
    aggregate_harmonized_calls: "1.0.0"
END_VERSIONS