BEAST: Difference between revisions

Jump to navigation Jump to search
138 bytes removed ,  5 years ago
m
no edit summary
mNo edit summary
mNo edit summary
Line 113: Line 113:
module load beast/2.5.1
module load beast/2.5.1


# Define a shorter variable where to find BEAST
# Define variables where to find BEAST and BEAGLE-lib
BEAST_LIB="${EBROOTBEAST}/lib"
BEAST_LIB="${EBROOTBEAST}/lib"
# use BEAST_EXTRA_LIBS variable to load BEAGLE and other
# libraries from non-default locations
BEAST_EXTRA_LIBS="${BEAST_LIB}:${BEAGLE_LIB}"
BEAST_EXTRA_LIBS="${BEAST_LIB}:${BEAGLE_LIB}"
# Add location of Beagle to LD_LIBRARY_PATH:
export LD_LIBRARY_PATH="${BEAGLE_LIB}:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="${BEAGLE_LIB}:${LD_LIBRARY_PATH}"


cc_staff
653

edits

Navigation menu