18 lines
778 B
Plaintext
18 lines
778 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "autoPROC: automated data processing for macromolecular crystallography"
|
|
module-url "https://www.globalphasing.com/autoproc/"
|
|
module-license "Global Phasing Ltd. proprietary licence"
|
|
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
|
|
|
module-help "
|
|
autoPROC (Global Phasing Ltd.) is an automated pipeline for integrating and scaling
|
|
macromolecular crystallography diffraction data. It wraps XDS, CCP4 and other tools and
|
|
requires a valid Global Phasing licence plus CCP4 8.0 and XDS at runtime; ImageMagick
|
|
is recommended by GPhL for full functionality. All three are pulled in as module
|
|
dependencies.
|
|
"
|
|
|
|
# autoPROC is activated by sourcing its setup script (sets autoPROC_home, PATH, etc.).
|
|
puts stdout "source $PREFIX/setup.sh;"
|