#
# Gel Score Program Configuration file
#
# Various options in the program can be set using this file.
# In general, options are defined by a name and then a value.
# Individual options can very though. Comments should describe these
# individual options. Obviously, a comment is a line that starts with a '#'.
# Comments can appear anywhere in the file.

# The help browser
#
# Defines the location of the executable for the program to use as the help
# viewer. The program should be able to take a URL as a parameter on the
# command line. Both Netscape and Lynx do this. If using lynx, it may
# be neccessay to give it a window to run in.
# Default guess on unix systems
# BROWSER /usr/local/netscape/netscape
# Standard netscape path for win95
#BROWSER c:\progra~1\netscape\commun~1\program\netscape.exe
#BROWSER mozilla
BROWSER /home/birch/BIRCH/script/browser.csh

# Partial Signal Normalization
#
# Defines a percentage that will be used for partial signal normilization.
# The function will consider only the signal that is greater than
# some percentage of the maximum intensity in a lane. The percentage
# is given below. See help for more details on partial signal normilization.
BASE_MIN 0.1
