4071 |
15 Dec 10 |
olle |
# $Id: msinspect.properties.in 2597 2010-12-13 12:57:41Z olle $ |
4071 |
15 Dec 10 |
olle |
2 |
|
4071 |
15 Dec 10 |
olle |
# Copyright (C) 2010 Olle Mansson |
4071 |
15 Dec 10 |
olle |
4 |
|
4071 |
15 Dec 10 |
olle |
# This file is part of Proteios |
4071 |
15 Dec 10 |
olle |
# Available at http://www.proteios.org/ |
4071 |
15 Dec 10 |
olle |
7 |
|
4071 |
15 Dec 10 |
olle |
# Proteios is free software; you can redistribute it and/or modify it |
4071 |
15 Dec 10 |
olle |
# under the terms of the GNU General Public License as published by |
4071 |
15 Dec 10 |
olle |
# the Free Software Foundation; either version 2 of the License, or |
4071 |
15 Dec 10 |
olle |
# (at your option) any later version. |
4071 |
15 Dec 10 |
olle |
12 |
|
4071 |
15 Dec 10 |
olle |
# Proteios is distributed in the hope that it will be useful, but |
4071 |
15 Dec 10 |
olle |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
4071 |
15 Dec 10 |
olle |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
4071 |
15 Dec 10 |
olle |
# General Public License for more details. |
4071 |
15 Dec 10 |
olle |
17 |
|
4071 |
15 Dec 10 |
olle |
# You should have received a copy of the GNU General Public License |
4071 |
15 Dec 10 |
olle |
# along with this program; if not, write to the Free Software |
4071 |
15 Dec 10 |
olle |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
4071 |
15 Dec 10 |
olle |
# 02111-1307, USA. |
4071 |
15 Dec 10 |
olle |
22 |
|
4071 |
15 Dec 10 |
olle |
# Copy this file to msinspect.properties and make necessary configuration |
4071 |
15 Dec 10 |
olle |
# before running MsInspect-related jobs from Proteios. |
4071 |
15 Dec 10 |
olle |
25 |
|
4071 |
15 Dec 10 |
olle |
26 |
# |
4071 |
15 Dec 10 |
olle |
# Settings for accessing locally installed msInspect program - required |
4071 |
15 Dec 10 |
olle |
28 |
# |
4071 |
15 Dec 10 |
olle |
# Program msInspect is part of the Computational Proteomics Laboratory, |
4071 |
15 Dec 10 |
olle |
# at url http://proteomics.fhcrc.org/CPL/msinspect/index.html. |
4071 |
15 Dec 10 |
olle |
31 |
# |
4071 |
15 Dec 10 |
olle |
# The msInspect program name for a nightly build might include |
4071 |
15 Dec 10 |
olle |
# a date and extra number, e.g. viewerApp_2010_12_08_0006.jar. |
4071 |
15 Dec 10 |
olle |
34 |
# |
4071 |
15 Dec 10 |
olle |
# Default settings for msInspect installed on the same system |
4071 |
15 Dec 10 |
olle |
# as the Proteios SE server are: |
4071 |
15 Dec 10 |
olle |
37 |
# |
4071 |
15 Dec 10 |
olle |
# msinspect.local.install.path = /local/MsInspect/ |
4071 |
15 Dec 10 |
olle |
# msinspect.local.program.name = viewerApp.jar |
4176 |
22 Mar 11 |
olle |
# msinspect.local.disabled = no |
4071 |
15 Dec 10 |
olle |
# msinspect.memory_in_megabytes = 512 |
4071 |
15 Dec 10 |
olle |
42 |
# |
4176 |
22 Mar 11 |
olle |
# When msInspect has been installed locally and the properties |
4176 |
22 Mar 11 |
olle |
# file updated, the "disabled" flag should be set to |
4176 |
22 Mar 11 |
olle |
# "msinspect.local.disabled = no", in order to make |
4176 |
22 Mar 11 |
olle |
# the functionality accessible from Proteios SE. |
4176 |
22 Mar 11 |
olle |
47 |
# |
4071 |
15 Dec 10 |
olle |
msinspect.local.install.path = /local/MsInspect/ |
4071 |
15 Dec 10 |
olle |
msinspect.local.program.name = viewerApp.jar |
4176 |
22 Mar 11 |
olle |
msinspect.local.disabled = yes |
4071 |
15 Dec 10 |
olle |
msinspect.memory_in_megabytes = 512 |
4071 |
15 Dec 10 |
olle |
52 |
|