├── LICENSE ├── README.md ├── compute_af2_metrics.py ├── compute_pll.py ├── rank.py └── requirements.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adaptyvbio/competition_metrics/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adaptyvbio/competition_metrics/HEAD/README.md -------------------------------------------------------------------------------- /compute_af2_metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adaptyvbio/competition_metrics/HEAD/compute_af2_metrics.py -------------------------------------------------------------------------------- /compute_pll.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adaptyvbio/competition_metrics/HEAD/compute_pll.py -------------------------------------------------------------------------------- /rank.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/adaptyvbio/competition_metrics/HEAD/rank.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | torch 2 | fair-esm 3 | click 4 | numpy 5 | pandas 6 | --------------------------------------------------------------------------------