summarylogtreecommitdiffstats
path: root/beast2-treeannotator
blob: 7ae46892928e0f7f1dd96afdc4ade6a920a6caee (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
self_path=$(realpath $0)
environment_file=$(dirname $self_path)/beast2-environment
source $environment_file

"$JAVA" -Dlauncher.wait.for.exit=true -Xms256m -Xmx8g -Djava.library.path=$LD_LIBRARY_PATH -Duser.language=en \
    -cp $DEFAULT_CP:$BEAST_LIB/launcher.jar \
    --module-path $JFX_LIBS --add-modules "$JFX_MODULES" \
    beast.pkgmgmt.launcher.TreeAnnotatorLauncher $*