client/servlet/conf/msinspect.properties.in

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