add autoPROC pmodule

Scaffold the standard 4-file Pmodule for autoPROC (Global Phasing Ltd.):
build, modulefile, files/config.yaml, README.md. The PSI licence token
(autoPROC/.licence) already existed and is installed into the software tree
at build time.

Follows the phenix archetype for the licence-gated install: the snapshot
tarball cannot be wget'd (download needs credentials), so it is staged by
hand in the module dir as autoPROC_snapshot_<date>.tar.gz and unpacked into
PREFIX with --strip-components=1 (xds pattern). Runtime is activated by
sourcing setup.sh via the modulefile.

CCP4 8.0 and XDS are wired as runtime_deps (xds from this repo; ccp4 is a
site module placeholder to confirm with `module avail ccp4`). Adds a
.gitignore guard so the proprietary snapshot is never committed.

Not built locally - to be tested on Ra.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-17 18:25:29 +02:00
co-authored by Claude Fable 5
parent de75837b93
commit 9946b945d1
5 changed files with 118 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
format: 1
autoPROC:
defaults:
group: MX
overlay: base
relstage: unstable
versions:
20240710:
config:
relstage: unstable
# XDS = in-repo module; CCP4 = site module, confirm name with `module avail ccp4`.
runtime_deps: [xds/20251103, ccp4/8.0]