# Property is used by: src/main/resources/core/ngbw.cfg.xml tool.registry.home=cipres # ################################################################################### # sge jobs # ################################################################################### # Property is used by: src/main/resources/tool/cipres/tool-registry.cfg.xml: tool.resource.cluster=CIPRES_CLUSTER # Property is used by: src/main/resources/tool/cipres/tool-registry.cfg.xml. # This is the workspace for SGE jobs on CIPRES_CLUSTER # # Directory should be owned by user that runs the web application and it must be on # a filesystem that's shared with the cipres cluster. Create your own directory # and set that value here!!! # Terri uses this value for her development testing (on 8ball) of sge cluster tools workspace.cluster=/projects/cipres/terri/ngbw/test_workspace/ # #################################################################################### # non-sge jobs (for RunServiceApp tools: paup, rid3paup, rid3raxml) # directory must be owned by "bwbatch" # #################################################################################### tool.resource.host=8BALL host=8ball # Property used by: src/main/resources/tool/cipres/tool-registry.cfg.xml. # This is the workspace for non-SGE jobs and must be owned by bwbatch. PLEASE CREATE YOUR OWN # DIRECTORY FOR TESTING so that OUR JOBS AREN'T INTERMINGLED. # Terri uses this value for her development testing on 8ball of non-sge tools workspace=/fs/swami-ws/ # #################################################################################### # GLOBUS Teragrid Properties # Add teragrid.username and teragrid.password to ~/.m2/settings.xml. Username and # password are for the teragrid user portal account. # # grid.globus.dir is set in pom.xml because it is used there. # #################################################################################### # Referenced in tool-registry.xml: teragrid.lonestar.workspace=/work/01205/cipres/ngbw/workspace teragrid.lonestar.wrapper=/home/01205/cipres/ngbw/contrib/tools/bin/new_wrap.sh teragrid.lonestar.project=TG-DEB090011 teragrid.abe.workspace=/u/ac/cipres/ngbw/workspace teragrid.abe.wrapper=/u/ac/cipres/ngbw/contrib/tools/bin/wrap.sh teragrid.abe.project=TG-DEB090011 # Set to "true" to disable teragrid tools, "false" to enable teragrid tools. teragrid.tools.disable=false # The rest of the teragrid properties are referenced by globus.properties. # The identity we put in our teragrid security credentials. gridshib.entity.id=www.phylo.org/portal2 gridshib.domain=www.phylo.org # Units for the following are in minutes (1 hr=60, 1 day = 1440, 3 days = 4320, 7 days = 10080, etc) # The longest proxy we can get from myproxy with our current credential is 7 days so # there's no point trying to run jobs longer than that. Lonestar only allows 2 days anyway. # Globus process worker exits after this much time. Should be longer than any job will take. grid.job.lifetime.max = 10080 # Globus process worker polls very frequently the first minute, then at quick.poll.interval for # several minutes and finally at poll.interval. grid.job.poll.interval = 1 grid.job.quick.poll.interval = 1 # Lifetime of credential in hours. min.lifetime must be less than lifetime. # With the credential we're using (a default teragrid credential) 7 days = 168 hrs is the max # we can get. grid.myproxy.lifetime = 168 grid.myproxy.min.lifetime = 144 grid.myproxyfile=/tmp/x509_cipres_terri # #################################################################################### # END GLOBUS Teragrid Properties # #################################################################################### # #################################################################################### # Used for sending job completion email # Properties are used in: /src/main/resources/tool/[job-html.ftl, job-text.ftl, spring-mail.xml] # #################################################################################### portal.url=http://localhost/portal2 portal.name=Cipres Portal Dev job.email.from=Cipres Web Portal job.email.enable=true # #################################################################################### # Database connection info that will be used in resource filtering of # /src/main/resources/database/database.properties # See Readme.txt for explanation of why database.username and database.password # aren't here. # #################################################################################### database.url=jdbc:mysql://mysql.sdsc.edu:3312/ngbwtest database.maxPoolSize=5 database.minPoolSize=1 database.debugUnreturnedConnectionStackTraces=true database.unreturnedConnectionTimeout=120 # Property used in src/main/resources/workbench.properties process_worker_command=process_worker_run # Process worker logs are created in $process_worker_logs/finished_logs and # $process_worker_logs/running_logs. process_worker_logs=/tmp pw_java_opts=-Xms128M -Xmx1024M disabled.resources.file=/tmp/disabled_resources