diff --git a/MX/phenix/build b/MX/phenix/build new file mode 100755 index 0000000..100ef8d --- /dev/null +++ b/MX/phenix/build @@ -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 + diff --git a/MX/phenix/modulefile b/MX/phenix/modulefile new file mode 100644 index 0000000..786f139 --- /dev/null +++ b/MX/phenix/modulefile @@ -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 " + +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). +"