MX/phenix/*:

- added
This commit is contained in:
Gsell Achim
2016-03-09 13:57:56 +01:00
parent 2f86bb158c
commit cec248b451
2 changed files with 32 additions and 0 deletions

20
MX/phenix/build Executable file
View File

@@ -0,0 +1,20 @@
#!/usr/bin/env modbuild
pbuild::configure() {
:
}
pbuild::build() {
:
}
pbuild::install() {
cd "${MODULE_SRCDIR}"
./install --prefix="${PREFIX%/*}"
}
pbuild::add_to_group 'MX'
pbuild::set_build_dependencies ''
pbuild::make_all

12
MX/phenix/modulefile Normal file
View File

@@ -0,0 +1,12 @@
#%Module1.0
module-whatis "Python-based Hierarchical ENvironment for Integrated Xtallography"
module-url "http://www.phenix-online.org/"
module-license "NON-COMMERCIAL END USER SOURCE CODE LICENSE"
module-maintainer "Dmitry Ozerov <dmitry.ozerov@psi.ch>"
module-help "
PHENIX is a software suite for the automated determination of molecular structures using X-ray crystallography and other methods.
Citing PHENIX:
PHENIX: a comprehensive Python-based system for macromolecular structure solution. P. D. Adams, P. V. Afonine, G. Bunkóczi, V. B. Chen, I. W. Davis, N. Echols, J. J. Headd, L.-W. Hung, G. J. Kapral, R. W. Grosse-Kunstleve, A. J. McCoy, N. W. Moriarty, R. Oeffner, R. J. Read, D. C. Richardson, J. S. Richardson, T. C. Terwilliger and P. H. Zwart. Acta Cryst. D66, 213-221 (2010).
"