source: trunk/client/servlet/conf/msinspect.properties.in @ 4071

Last change on this file since 4071 was 4071, checked in by olle, 12 years ago

Refs #668. Support for msInspect properties file added:

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