Add some necessary files
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 24 Oct 2013 17:27:58 +0000 (18:27 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Thu, 24 Oct 2013 17:27:58 +0000 (18:27 +0100)
META-INF/MANIFEST.MF [new file with mode: 0644]
conf/Engine.properties [new file with mode: 0644]
conf/GA.properties [new file with mode: 0644]

diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
new file mode 100644 (file)
index 0000000..5e94951
--- /dev/null
@@ -0,0 +1,3 @@
+Manifest-Version: 1.0\r
+Class-Path: \r
+\r
diff --git a/conf/Engine.properties b/conf/Engine.properties
new file mode 100644 (file)
index 0000000..dd2a0db
--- /dev/null
@@ -0,0 +1,38 @@
+#################################################################################\r
+# enable or disable engine true | false\r
+# OPTIONAL defaults to true\r
+engine.local.enable=true \r
+\r
+#################################################################################\r
+# Directory to use for temporary files storage\r
+# OPTIONAL defaults to java temporary directory \r
+# Relative path within the project will be converted in absolute at runtime\r
+#local.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/local_jobsout \r
+local.tmp.directory=jobsout \r
+\r
+#################################################################################\r
+# Number of threads for tasks execution (valid values between 1 and 2x cpu. \r
+# Where x is a number of cores available in the system)\r
+# OPTIONAL defaults to the number of cores for core number <=4 and \r
+# number of cores-1 for greater core numbers\r
+engine.local.thread.number=2\r
+\r
+#################################################################################\r
+# Enable/disable cluster statistics collector\r
+local.stat.collector.enable=true\r
+# Frequency of statistics collecting (in minutes)\r
+# normal rate: once a date = 24 * 60 = 1440\r
+local.stat.collector.update.frequency=1\r
+\r
+# Maximum amount of time the job is considered running in hours\r
+# Optional defaults to 24 hours\r
+local.stat.maxruntime=6\r
+\r
+#################################################################################\r
+# Maximum amount of time the job directory is living (in hours), \r
+# -1 means the directories are never deleted\r
+# Defaults is one week, i.e. 168 hours\r
+local.jobdir.maxlifespan=168\r
+# Frequency of cleaning job directory (in minutes)\r
+# normal rate: once a date = 24 * 60 = 1440\r
+local.jobdir.cleaning.frequency=1\r
diff --git a/conf/GA.properties b/conf/GA.properties
new file mode 100644 (file)
index 0000000..904765c
--- /dev/null
@@ -0,0 +1,19 @@
+# This file contains settings for Google Analytics (GA) Statistics Engine.\r
+# Feel free to remove/delete this file if you do not want us to see that you\r
+# use ProteoCache. \r
+# However, we would appreciate it greatly if you could leave it on. ProteoCache \r
+# usage statistics are collected for funding and reporting purposes, and no \r
+# private information is collected. The data sent by ProteoCache is as follows: \r
+# 1) The IP address of the ProteoCache server machine.\r
+# 2) The name of the web service that was called.\r
+# 3) A few details of the system such as java version, user language, \r
+#    color depth, screen, resolution and character encoding.\r
+\r
+# All calls to GA are completed asynchronously and create very little\r
+# overhead. Thus they do not influence the server response time or performance.\r
+\r
+# Values yes or true = enable GA, any other value will disable it\r
+enable.ga=no\r
+# If set to yes replaces your server name/IP address with 127.0.0.1\r
+anonymize.ip=no\r
+\r