31 lines
602 B
Markdown
31 lines
602 B
Markdown
XDS
|
|
|
|
Step 1: login with your -adm account
|
|
|
|
```
|
|
kinit xxxx_x-adm
|
|
aklog
|
|
```
|
|
|
|
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
|