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
What I observed:
My .yml file originally had the lowercase ligand code in the setup section (a rookie error from me). However, mdpow-equilibrium is allowed to proceed when this is the case. But when it comes to -fep, it throws out an error:
Fatal error:
Did not find any molecules of type 'xxx' for coupling
xxx = your three letter ligand code (in lowercase)
But since the equilibrium files are created with the lowercase ligand code, it is then too late to change it to uppercase.
Suggestion: Throw out an error unless the ligand code is correct in ALL input files, before allowing mdpow-equilibrium to proceed, because currently it only errors at the -fep stage, at which point it is too late.
The text was updated successfully, but these errors were encountered:
What I observed:
My .yml file originally had the lowercase ligand code in the setup section (a rookie error from me). However, mdpow-equilibrium is allowed to proceed when this is the case. But when it comes to -fep, it throws out an error:
xxx = your three letter ligand code (in lowercase)
But since the equilibrium files are created with the lowercase ligand code, it is then too late to change it to uppercase.
Suggestion: Throw out an error unless the ligand code is correct in ALL input files, before allowing mdpow-equilibrium to proceed, because currently it only errors at the -fep stage, at which point it is too late.
The text was updated successfully, but these errors were encountered: