#!/bin/bash -euo pipefail
compare_fusions_with_adjudication.py \
--fusion \
--test test_harmonized_calls.tsv \
--truth truth_harmonized_calls.tsv \
--patient-id-list patient_id_list.txt \
--gene-list selected_gene_list.txt \
--output-dir . \
--alternative-confirmation alt_truth_harmonized_calls.tsv \
\
\
--test-filters 'FILTER==PASS' --truth-filters 'FILTER==PASS' --alt-confirmation-filters 'FILTER==PASS' --npa-fusion-catalog-from-truth
cat <<-END_VERSIONS > versions.yml
"RECALL:RUN_FUSION_PERFORMANCE":
python: $(python --version 2>&1 | sed 's/Python //')
compare_fusions_with_adjudication: "1.0.0"
END_VERSIONS