add adxv, imagemagick, and pymol-open-source

This commit is contained in:
2026-09-01 10:43:13 +02:00
parent 1cf8491a57
commit 339626a467
12 changed files with 336 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#%Module1.0
module-whatis "PyMOL (open-source build) - molecular visualization system"
module-url "https://github.com/schrodinger/pymol-open-source"
module-license "Open-Source PyMOL license (BSD-like), free for everyone"
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
module-help "
Open-Source PyMOL, compiled from source into a private Python venv
with the PyQt5 GUI. No license file needed (unlike the pymol
incentive module). MMTF fast load, COLLADA export and VMD plugins
are disabled in this build.
"
setenv PYMOL_ENV $PREFIX/venv
prepend-path PATH $PREFIX/venv/bin