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.
On that same note: on manual creation of a condo environment followed by
pip install -r requirements.txt
it errors on gseapy, because a rust installation is required. Just wanted to mention it.
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 repoHow to reproduce the issue?
Try to install with Apple M chip
What is the expected behavior?
The appropriate miniconda installer version gets downloaded instead.