--
DavidSchuller - 15 Sep 2022
Software for processing structural biology data on CLASSE computers is kept under directory /nfs/chess/sw/macchess
A variety of packages are kept under this directory, including HKL2000, XDS, Phenix and CCP4.
MacCHESS staff maintain the packages.
A startup script for crystallographic users appears as BASHRC. This script sets up context for the various packages, including execution paths and environmental variables, and should be called from a user's ${HOME}/.bashrc file, like this:
if [ -e /nfs/chess/sw/macchess/BASHRC ]; then
source /nfs/chess/sw/macchess/BASHRC
fiA startup script for
BioSAXS users appears as BASHRC_SAXS, which can be called from a user's ${HOME}/.bashrc file, like this:
if [ -e /nfs/chess/sw/macchess/BASHRC ]; then source /nfs/chess/sw/macchess/BASHRCfi
A web page with this and more information appears on the CHESS web site:
link