xdsgui: add shelx, ccp4, xds_viewer to runtime deps

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-18 12:31:00 +02:00
co-authored by Claude Fable 5
parent 2df67c7dba
commit ef600bb06e
3 changed files with 9 additions and 4 deletions
+4 -3
View File
@@ -15,15 +15,16 @@ https://wiki.uni-konstanz.de/pub/linux_bin/ into `$PREFIX/bin` and
marks them executable.
Loading the module puts `$PREFIX/bin` on `PATH` and auto-loads the
runtime dependencies `H5ToXds/1.1.0`, `xds/20260616` and
`autoPROC/20240710` (xdsgui calls xds and the helper tools).
runtime dependencies `H5ToXds/1.1.0`, `xds/20260616`,
`autoPROC/20240710`, `shelx/2019.1`, `ccp4/8.0` and `xds_viewer/0.7`
(xdsgui calls xds and these helper tools from its GUI tabs).
## Verifying the install
```sh
module use MX unstable && module load xdsgui/<version>
which xdsgui generate_XDS.INP # both under .../xdsgui/<version>/bin
module list # H5ToXds, xds, autoPROC pulled in
module list # H5ToXds, xds, autoPROC, shelx, ccp4, xds_viewer pulled in
xdsgui # on a node with X forwarding; GUI opens
```