# ------------------------------------------------------------------- # # # # This is configuratrion file for PISA software. # # # # When used in command-prompt mode, this file must be specified # # as last argument in thecommand line, or pointed out by # # PISA_CONF_FILE environmental variable. # # # # This file may be also used to configure the QtPISA graphical # # application, by either reading it using the "Load CFG" button # # in PISA Settings Dialog, or by running QtPISA from command prompt # # with this file as the only command-line argument. QtPISA needs # # to be configure only once after installation. # # # # ------------------------------------------------------------------- # # DATA_ROOT must point on the directory to contain session # directories. DATA_ROOT /path/to/dataroot # SRS_DIR must point on the directory containing SRS files. SRS_DIR /path/to/srsdir # MOLREF_DIR must point on the directory containing MolRef files. MOLREF_DIR /path/to/molref # PISTORE_DIR must point on the directory containing files: # agents.dat # asm_params.dat # intfstats.dat # syminfo_pisa.lib and # rcsb_symops.dat PISTORE_DIR /path/to/pisastore # HELP_DIR must point on the directory containing HTML-formatted # help files. HELP_DIR /path/to/pisahelp # RASMOL_COM must give the rasmol launch command line RASMOL_COM /path/to/rasmol # JMOL_COM must give path to jmol.jar JMOL_COM /path/to/jmol.jar # CCP4MG_COM must give the ccp4mg launch command line CCP4MG_COM # SESSION_PREFIX is prefix for the names of session directories # created in DATA_PATH ("pisrv_" is used by default). Be sure to # have unique prefixes for each configuration file that is invoked # from a different user login or apache service. Session directories # are regularly removed from DATA_PATH, and SESSION_PREFIX allows # one to avoid permission conflicts between different services. SESSION_PREFIX pisa_