Open
Description
What is the issue?
When trying to run PROTzilla on Apple Silicon M-series chips with the run_protzilla.sh
script, it is restricted to the x86 miniconda installation. This should be pretty easy to fix, as only a quick check on the architecture needs to be done and the version chosen appropriately.
Here is a list of available installers: anaconda repo
How to reproduce the issue?
Try to install with Apple M chip
What is the expected behavior?
The appropriate miniconda installer version gets downloaded instead.