rinikerlab / reeds

This pipeline is executing a RE-EDS run for relative free energy calculations. It can be used for example for calculation of hydration free energies or ligand binding free energies.
https://rinikerlab.github.io/reeds/
MIT License
30 stars 8 forks source link

lower threshold for using workdir on node #48

Closed SalomeRonja closed 3 years ago

SalomeRonja commented 3 years ago

fixes issue #49

candidechamp commented 3 years ago

@epbarros @SchroederB @SalomeRonja

I haven't run many RE-EDS simulations lately so I haven't come across these issues but your fix seems good to me.

I would suggest two things:

Finally, I know there have been quite a few changes on the Euler side where the reinstalled things so I'm surprised we still have this issue. Did anyone try contacting the Euler cluster support more recently with this problem?

RiesBen commented 3 years ago

@SalomeRonja I like the changes! :+1: I'm experiencing the same issues at the moment... and I wonder what the problem with euler is there...

@candidechamp:

candidechamp commented 3 years ago

@SchroederB

My comment was about using the same number (e.g. 15) to determine the threshold at which we shift from running the calculation on scratch or locally, in all parts of the pipeline (sopt and production). This is similar to your code comment above.

RiesBen commented 3 years ago

@SchroederB

My comment was about using the same number (e.g. 15) to determine the threshold at which we shift from running the calculation on scratch or locally, in all parts of the pipeline (sopt and production). This is similar to your code comment above.

Ah I see! :) yah that is a fair point (I also pointed it out ;) )

SalomeRonja commented 3 years ago

Hey everyone, thanks a lot for the feedback, I implemented your suggestions, so since everyone seems to be happy with the changes, I'll do the merge now.