20 lines
875 B
Plaintext
20 lines
875 B
Plaintext
#%Module1.0
|
|
|
|
module-whatis "BUSTER: macromolecular refinement suite (refine, grade2, rhofit, pipedream)"
|
|
module-url "https://www.globalphasing.com/buster/"
|
|
module-license "Global Phasing Ltd. proprietary licence"
|
|
module-maintainer "MX Data <jiaxin.duan@psi.ch>"
|
|
|
|
module-help "
|
|
BUSTER (Global Phasing Ltd.): refine, grade2, rhofit, buster-report,
|
|
pipedream and friends. CCP4, ImageMagick and PyMOL come in as module
|
|
dependencies; buster-report PDF output additionally needs system
|
|
TeX/LaTeX. Grade2/Mogul validation is disabled (no CSD-Core licence
|
|
on Ra) - use the Grade Web Server for non-confidential ligands.
|
|
For pipedream's processing step, also: module load autoPROC
|
|
"
|
|
|
|
# BUSTER is activated by sourcing its setup script (sets BDG_home, PATH, etc.),
|
|
# which in turn sources our setup_local.sh (CSD disabled).
|
|
puts stdout "source $PREFIX/setup.sh;"
|