cschlaffner / PROTzilla2

20 stars 1 forks source link

BUG: Missing ARM support #545

Open henninggaertner opened 3 days ago

henninggaertner commented 3 days ago

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.

henninggaertner commented 3 days ago

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.