You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this kind of error while trying to predict the phosphorylation sites in the dataset. could you help me through it, what is the problem?
root@subash:/home/subash/Downloads/MusiteDeep/MusiteDeep# python predict.py -input ../testdata/testing_proteins_STY.fasta -predict-type general -output result_test_general.txt -residue-types S,T,Y
Traceback (most recent call last):
File "predict.py", line 176, in
main()
File "predict.py", line 35, in main
from methods.DProcess import convertRawToXY
ImportError: No module named methods.DProcess