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
Original QligFEP distribution has opls2Q.py script that calls Schrödinger FFLD and translates the parameters generated.
One needs to define the SCHROD_DIR, which you did in the settings of the original Qligfep distro. In addition it seems that you have to change the relative imports such as from .IO import replace to direct imports such as from QligFEP.IO import replace. The reason for this is that python packages should have the from .module import this_function format. We would need to implement some class function that does the work (like the module already has) and write the argument handling part in qparams_cli.py, for example.
Ligpargen parameterization could be also implemented, for this BOSS5.1 and ligpargen should be instaled, check on Pymemdyn for details.