Patches: Difference between revisions
No edit summary |
(Add patches from modeller_usage archive.) |
||
Line 5: | Line 5: | ||
(!) The patches are listed in chronological order (oldest first), so you should apply them in this order to avoid problems. | (!) The patches are listed in chronological order (oldest first), so you should apply them in this order to avoid problems. | ||
* [http://salilab.org/modeller/archive/patch-8v1/redefine-variables.patch redefine-variables.patch]: make the DEFINE_* TOP commands work in the same way as in Modeller 7v7, when trying to redefine an existing variable. | |||
* [http://salilab.org/modeller/archive/patch-8v1/circular-ref.patch circular-ref.patch]: fix for out of memory problems when looping over many models, due to Python circular references. | |||
Revision as of 01:28, 9 December 2005
Patches on this page can be applied to the latest Modeller release (8v1) to fix some minor problems. (Use the Unix `patch` command, or apply them by hand.)
(!) The patches are listed in chronological order (oldest first), so you should apply them in this order to avoid problems.
- redefine-variables.patch: make the DEFINE_* TOP commands work in the same way as in Modeller 7v7, when trying to redefine an existing variable.
- circular-ref.patch: fix for out of memory problems when looping over many models, due to Python circular references.