Closed GoogleCodeExporter closed 9 years ago
In general we will want to continue with an incomplete list of models. It is
quite acceptable to have a few mishaps. Can you fix the logic?
Usually, the input data is not good enough when that last msg shows up.
Conflicting restraints/topology will make the MD instable and the molecule
explodes.
Original comment by jurge...@gmail.com
on 28 Nov 2012 at 1:27
I have the unfinished directory of 2lqo in $D/tmp/.../unfinished. Can I use
CING/ipython or something to load everything again, continue and test if code
modifications work out? Or do you have other suggestions to make testing easier
(i.e. without having to do the entire run again and anneal 200 models again)?
In refine.py:def analyze I see:
inPath = config.directories.converted
modelList = asci2list(parameters.models)
if getDeepByKeysOrAttributes( parameters, USE_ANNEALED_STR):
inPath = config.directories.annealed
modelList = asci2list(parameters.modelsAnneal)
USE_ANNEALED_STR is set to True in fullAnneal just before calling analyze. I
cannot figure out how this string is processed in analyze. We get into the if
statement above, right? If so, what list does modelsAnneal contain? Can we set
modelsAnneal to the list with successfully annealed id's in def anneal? Or
should this already be the case (in other words, what is the difference at this
point between parameters.models and parameters.modelsAnneal)???
Original comment by WGTouw
on 28 Nov 2012 at 2:20
This issue was closed by revision r1196.
Original comment by WGTouw
on 29 Nov 2012 at 9:09
Original issue reported on code.google.com by
WGTouw
on 28 Nov 2012 at 9:28