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
HADDOCK3 allows restarting halted runs from a certain step, extending previous runs with additional steps, and using successful steps as starting points for new runs.
See https://www.bonvinlab.org/haddock3/tutorials/continuing_runs.html
The steps before selected step will not be run again, instead the output of already those steps is used.
This would require a zip with previous run files and excluding the steps that need to be discarded.
On edit page
would need to specify the step to restart from so haddock can be run with --restart <step id> argument.
also should disable editing of global parameters and steps before restart step.
The new job needs to upload existing output folder to compute node
The text was updated successfully, but these errors were encountered:
HADDOCK3 allows restarting halted runs from a certain step, extending previous runs with additional steps, and using successful steps as starting points for new runs.
See https://www.bonvinlab.org/haddock3/tutorials/continuing_runs.html
The steps before selected step will not be run again, instead the output of already those steps is used.
--restart <step id>
argument.The text was updated successfully, but these errors were encountered: