File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ce/a4f36ffec680d8b9576e7c3a0f2b4e/.command.sh
- Size
- 392 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
aggregate_harmonized_calls.py \
--discovered truth_matches.tsv \
--fusion-column truth_fusion_tsv \
--manifest sample_manifest_qc.tsv \
--output truth_harmonized_calls.tsv
cat <<-END_VERSIONS > versions.yml
"RECALL:AGGREGATE_TRUTH_CALLS":
python: $(python --version 2>&1 | sed 's/Python //')
aggregate_harmonized_calls: "1.0.0"
END_VERSIONS