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?
Use FUpred to split protein domain
Re: Use FUpred to split protein domain
oh, I directly use the example command:
./run-FUpred.pl ./example/6paxa.fasta
./run-FUpred.pl ./example/6paxa.fasta
-
- Posts: 76
- Joined: Wed Nov 03, 2021 5:59 pm
Re: Use FUpred to split protein domain
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
thanks, the problem has been solved, since I used pytorch==1.7.0 version, so there is something wrong with loading the model.