Patches/9.13: Difference between revisions
m (1 revision imported) |
m (Protected "Patches/9.13" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
<!-- #acl [[Modeller Caretaker]]:read,write,revert All:read --> | <!-- #acl [[Modeller Caretaker]]:read,write,revert All:read --> | ||
* '''SOAP support for Apple Mac''': if you see an error like " | * '''SOAP support for Apple Mac''': if you see an error like "<code>required filter 'deflate' is not registered</code>" when trying to use SOAP, get [http://salilab.org/modeller/archive/patch-9.13/libhdf5.7.dylib libhdf5.7.dylib] and [http://salilab.org/modeller/archive/patch-9.13/libhdf5_hl.7.dylib libhdf5_hl.7.dylib] and put them in <code>/Library/modeller-9.13/lib/mac10v4/</code>, overwriting the original files there. | ||
The patches below can be applied to Modeller 9.13 to fix some minor problems. (Use the Unix | The patches below can be applied to Modeller 9.13 to fix some minor problems. (Use the Unix <code>patch</code> 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. | |||
* [http://salilab.org/modeller/archive/patch-9.13/density-origin.patch density-origin.patch]: Make the px, py and pz attributes of | * [http://salilab.org/modeller/archive/patch-9.13/density-origin.patch density-origin.patch]: Make the px, py and pz attributes of <code>density</code> objects visible to Python. | ||
* [http://salilab.org/modeller/archive/patch-9.13/density-shape.patch density-shape.patch]: Make the shape of | * [http://salilab.org/modeller/archive/patch-9.13/density-shape.patch density-shape.patch]: Make the shape of <code>density</code> object grids visible to Python (as <code>d.grid.shape</code>). | ||
[[Category:Patches]] |
Latest revision as of 22:12, 16 August 2022
- SOAP support for Apple Mac: if you see an error like "
required filter 'deflate' is not registered
" when trying to use SOAP, get libhdf5.7.dylib and libhdf5_hl.7.dylib and put them in/Library/modeller-9.13/lib/mac10v4/
, overwriting the original files there.
The patches below can be applied to Modeller 9.13 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.
- density-origin.patch: Make the px, py and pz attributes of
density
objects visible to Python. - density-shape.patch: Make the shape of
density
object grids visible to Python (asd.grid.shape
).