- main README: add Pmodules background from wiki, unx-mx_adm group replaces -adm account for updating modules in /etc/psi/MX, and how to propagate main to the build-* tutorial branches - module READMEs: fix titles/paths to match module directories (DIALS, jfjoch_viewer), replace -adm login steps with unx-mx_adm note Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
26 lines
724 B
Markdown
26 lines
724 B
Markdown
# DIALS
|
|
|
|
Step 1: make sure you are in the `unx-mx_adm` group -- no -adm account needed, members can update the modules in `/etc/psi/MX` directly (if you have problems, please let the admins know)
|
|
|
|
Step 2: load the latest Pmodules package
|
|
|
|
```
|
|
module use unstable
|
|
module load Pmodules/2.0.0
|
|
```
|
|
|
|
Step 3: go into DIALS directory, update config.yaml to add newest release version and build module with that release name
|
|
|
|
```
|
|
cd DIALS
|
|
vi files/config.yaml
|
|
./build 3.25.0
|
|
```
|
|
|
|
Step 4: confirm that the module loads as expected
|
|
|
|
PS:
|
|
Unsupported dtype issue is resolved by changing modules/dxtbx/src/dxtbx/format/FormatNXmx.py
|
|
allowing the return of also /entry/data/data to the handle:
|
|
https://github.com/dials/dials/issues/3033
|