add adxv, imagemagick, and pymol-open-source
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user