File Info

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