xdsgui: add shelx, ccp4, xds_viewer to runtime deps
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+4
-3
@@ -15,15 +15,16 @@ https://wiki.uni-konstanz.de/pub/linux_bin/ into `$PREFIX/bin` and
|
|||||||
marks them executable.
|
marks them executable.
|
||||||
|
|
||||||
Loading the module puts `$PREFIX/bin` on `PATH` and auto-loads the
|
Loading the module puts `$PREFIX/bin` on `PATH` and auto-loads the
|
||||||
runtime dependencies `H5ToXds/1.1.0`, `xds/20260616` and
|
runtime dependencies `H5ToXds/1.1.0`, `xds/20260616`,
|
||||||
`autoPROC/20240710` (xdsgui calls xds and the helper tools).
|
`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
|
## Verifying the install
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
module use MX unstable && module load xdsgui/<version>
|
module use MX unstable && module load xdsgui/<version>
|
||||||
which xdsgui generate_XDS.INP # both under .../xdsgui/<version>/bin
|
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
|
xdsgui # on a node with X forwarding; GUI opens
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -13,3 +13,6 @@ xdsgui:
|
|||||||
- H5ToXds/1.1.0
|
- H5ToXds/1.1.0
|
||||||
- xds/20260616
|
- xds/20260616
|
||||||
- autoPROC/20240710
|
- autoPROC/20240710
|
||||||
|
- shelx/2019.1
|
||||||
|
- ccp4/8.0
|
||||||
|
- xds_viewer/0.7
|
||||||
|
|||||||
+2
-1
@@ -9,7 +9,8 @@ module-help "
|
|||||||
XDSGUI: a GUI for XDS that visualizes control images and statistics,
|
XDSGUI: a GUI for XDS that visualizes control images and statistics,
|
||||||
and helps beginners and experts with data processing. Also installs
|
and helps beginners and experts with data processing. Also installs
|
||||||
the generate_XDS.INP helper script. Loading this module pulls in
|
the generate_XDS.INP helper script. Loading this module pulls in
|
||||||
H5ToXds, xds and autoPROC as runtime dependencies.
|
H5ToXds, xds, autoPROC, shelx, ccp4 and xds_viewer as runtime
|
||||||
|
dependencies.
|
||||||
"
|
"
|
||||||
|
|
||||||
prepend-path PATH $PREFIX/bin
|
prepend-path PATH $PREFIX/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user