File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/43/2cb393ea8cb5e13543fec7c6b40e82/.command.sh
- Size
- 445 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
resolve_gene_tier.py \
--gene-tiers gene_tiers.yaml \
--gene-tier 'TSO500' \
--output selected_gene_list.txt \
--selected-tier selected_gene_tier.txt \
--test-tsv test_harmonized_calls.tsv \
--truth-tsv truth_harmonized_calls.tsv
cat <<-END_VERSIONS > versions.yml
"RECALL:RESOLVE_GENE_TIER":
python: $(python --version 2>&1 | sed 's/Python //')
resolve_gene_tier: "1.0.0"
END_VERSIONS