compomics / ms2rescore

Modular and user-friendly platform for AI-assisted rescoring of peptide identifications
https://ms2rescore.readthedocs.io
Apache License 2.0
39 stars 14 forks source link

install without gui? #59

Closed Seb-Leb closed 2 years ago

Seb-Leb commented 2 years ago

Hello, I used to be able to install without issues and now there are various failures because of wxPython and/or gooey. I need to be able to install without ui on virtual machines (i.e. docker) and on HPCs. Do you have instructions for doing that? I tried removing the requirement for gooey but it doesn't seem to work... (tried removing gui.py and the reference to gooey in setup.py before python setup.py install) Thanks!

RalfG commented 2 years ago

Hi Sebastien,

I suspect the issue is the new gooey-based GUI in DeepLC (v1.1.1). I just released a new DeepLC version (v1.1.2) where gooey is an optional dependency (as is the case for MS²Rescore itself). The install should now work again as expected.

Best, Ralf

Seb-Leb commented 2 years ago

It works! great, thank you!