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
Hello,
Sorry to bother, I'm trying to repeat the CDK2 example in the tutorial folder by following the instructions in the Readme.md. In the third step of seting up FEP, after executing python setup.py, the following error occurs:
The error is caused by the line 98 in setup.py call = setupFEP + ' -l1 ' + mol1 + ' -l2 ' + mol2 + ' -FF OPLS2015 -b' + cysbond + ' -S sigmoidal -s protein -c TETRA -r 25 -l 1 -w' + windows , where the option -b is empty. I checked the protPREP.log in 2.protprep in which no s-s bond is crearted for this protein. And if I removed the '-b' option, no error would occur. So Is there an 'if condition' missed in the setup.py so that proteins with no S-S bond don't need '-b' option.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
Sorry to bother, I'm trying to repeat the CDK2 example in the tutorial folder by following the instructions in the Readme.md. In the third step of seting up FEP, after executing python setup.py, the following error occurs:
The error is caused by the line 98 in setup.py
call = setupFEP + ' -l1 ' + mol1 + ' -l2 ' + mol2 + ' -FF OPLS2015 -b' + cysbond + ' -S sigmoidal -s protein -c TETRA -r 25 -l 1 -w' + windows
, where the option -b is empty. I checked the protPREP.log in 2.protprep in which no s-s bond is crearted for this protein. And if I removed the '-b' option, no error would occur. So Is there an 'if condition' missed in the setup.py so that proteins with no S-S bond don't need '-b' option.Thanks
The text was updated successfully, but these errors were encountered: