17 lines
624 B
Plaintext
17 lines
624 B
Plaintext
#%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
|