I managed to get protgps running on macOS (M4). Inference completes successfully, but the scores I obtain differ from those in disease_mutations_reference_set_preds.csv from the Zenodo dataset.
- Is this expected due to model nondeterminism, floating-point differences, or another factor?
- Are there any test sequences available to validate the installation and confirm expected outputs?
To get the code running, I removed build-specific constraints from the Conda specification and dropped the CUDA dependencies. Here’s my fork: stuartmac/protgps.
Let me know if you’d be interested in a PR for these changes!
Thanks for your work on this project!