MannLabs / alphapeptdeep

Deep learning framework for proteomics
Apache License 2.0
102 stars 20 forks source link

ValueError: need at most 63 handles, got a sequence of length 102 #115

Closed Maithy15 closed 8 months ago

Maithy15 commented 9 months ago

Hi,

I get "ValueError: need at most 63 handles, got a sequence of length 102" when using the old version V1.0.2. Has this been fixed in the new version? I have to check again but I think I only get this error in our analysis computer.

image

Thanks Maithy

jalew188 commented 9 months ago

This is the bug of python itself. Reducing the thread num to <= 60 may address this issue

jalew188 commented 9 months ago

I will set thread num to <= 60 in the GUI and other settings.