Page 1 of 1

Use FUpred to split protein domain

Posted: Sun May 22, 2022 5:09 am
by dh97
Hi, When I use FUpred to split the protein domain, I meet the following error:
`Compilation is falling back to object mode WITHOUT looplifting enabled because Function "cal_large_matrix1" failed type inference due to: Cannot determine Numba type of <class 'numba.core.dispatcher.LiftedLoop'>`
so, what's wrong, it seems that there are some files missing?

Re: Use FUpred to split protein domain

Posted: Sun May 22, 2022 5:18 am
by dh97
oh, I directly use the example command:
./run-FUpred.pl ./example/6paxa.fasta

Re: Use FUpred to split protein domain

Posted: Sun May 22, 2022 5:57 pm
by zcx@umich.edu
This is just a warning from the contact predictor used by FUpred. It uses JIT compiler from numba. Without numba, the program will still run correctly, albeit slower.

Re: Use FUpred to split protein domain

Posted: Mon May 23, 2022 5:59 am
by dh97
thanks, the problem has been solved, since I used pytorch==1.7.0 version, so there is something wrong with loading the model.