MX/phenix/*:
- added
This commit is contained in:
20
MX/phenix/build
Executable file
20
MX/phenix/build
Executable 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
12
MX/phenix/modulefile
Normal 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).
|
||||
"
|
||||
Reference in New Issue
Block a user