2915 |
27 Oct 08 |
olle |
# $Id: omssa.properties.in 2597 2008-10-15 12:30:41Z olle $ |
2915 |
27 Oct 08 |
olle |
2 |
|
2915 |
27 Oct 08 |
olle |
# Copyright (C) 2008 Olle Mansson |
2915 |
27 Oct 08 |
olle |
4 |
|
2915 |
27 Oct 08 |
olle |
# This file is part of Proteios |
2915 |
27 Oct 08 |
olle |
# Available at http://www.proteios.org/ |
2915 |
27 Oct 08 |
olle |
7 |
|
2915 |
27 Oct 08 |
olle |
# Proteios is free software; you can redistribute it and/or modify it |
2915 |
27 Oct 08 |
olle |
# under the terms of the GNU General Public License as published by |
2915 |
27 Oct 08 |
olle |
# the Free Software Foundation; either version 2 of the License, or |
2915 |
27 Oct 08 |
olle |
# (at your option) any later version. |
2915 |
27 Oct 08 |
olle |
12 |
|
2915 |
27 Oct 08 |
olle |
# Proteios is distributed in the hope that it will be useful, but |
2915 |
27 Oct 08 |
olle |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
2915 |
27 Oct 08 |
olle |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
2915 |
27 Oct 08 |
olle |
# General Public License for more details. |
2915 |
27 Oct 08 |
olle |
17 |
|
2915 |
27 Oct 08 |
olle |
# You should have received a copy of the GNU General Public License |
2915 |
27 Oct 08 |
olle |
# along with this program; if not, write to the Free Software |
2915 |
27 Oct 08 |
olle |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
2915 |
27 Oct 08 |
olle |
# 02111-1307, USA. |
2915 |
27 Oct 08 |
olle |
22 |
|
2915 |
27 Oct 08 |
olle |
# Copy this file to omssa.properties and make necessary configuration |
2915 |
27 Oct 08 |
olle |
# before running OMSSA search from Proteios. |
2915 |
27 Oct 08 |
olle |
25 |
|
2915 |
27 Oct 08 |
olle |
26 |
# |
2931 |
04 Nov 08 |
olle |
# Settings for accessing OMSSA web interface - optional |
2915 |
27 Oct 08 |
olle |
28 |
# |
2915 |
27 Oct 08 |
olle |
# Default settings for OMSSA installed on the same system |
2915 |
27 Oct 08 |
olle |
# as the Proteios server are: |
2915 |
27 Oct 08 |
olle |
31 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.url = http://localhost |
2915 |
27 Oct 08 |
olle |
# (For searching MS/MS spectra from ion trap spectrometers) |
2915 |
27 Oct 08 |
olle |
# omssa.web.script.path = /omssa/omssacgi.cgi?searchsettings=iontrap.xml |
2915 |
27 Oct 08 |
olle |
# - or - |
2915 |
27 Oct 08 |
olle |
# (For searching ETD MS/MS spectra) |
2915 |
27 Oct 08 |
olle |
# omssa.web.script.path = /omssa/omssacgi.cgi |
2915 |
27 Oct 08 |
olle |
# omssa.web.archive.path = /omssa/omssacgi.cgi?cmd=reply&intype=rid&rid=10 |
2915 |
27 Oct 08 |
olle |
# omssa.web.result.filename.prefix = |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.hours = 0 |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.correction.minutes = 0 |
3379 |
22 Jul 09 |
olle |
# omssa.web.convert.mzdata_to_mgf = true |
2915 |
27 Oct 08 |
olle |
43 |
# |
2915 |
27 Oct 08 |
olle |
# Notes: |
2915 |
27 Oct 08 |
olle |
45 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.url is the part of the url |
2915 |
27 Oct 08 |
olle |
# of an OMSSA search site before "/omssa/omssacgi.cgi". |
2915 |
27 Oct 08 |
olle |
# For search site http://pubchem.ncbi.nlm.nih.gov/omssa/index.htm |
2915 |
27 Oct 08 |
olle |
# the following setting should be used: |
2915 |
27 Oct 08 |
olle |
50 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.url = http://pubchem.ncbi.nlm.nih.gov |
2915 |
27 Oct 08 |
olle |
52 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.hours is the time difference |
2915 |
27 Oct 08 |
olle |
# in hours between the Proteios server and the OMSSA server. |
2915 |
27 Oct 08 |
olle |
# It is used to construct result filenames containing |
2915 |
27 Oct 08 |
olle |
# time stamps when uploading the result file to Proteios. |
2915 |
27 Oct 08 |
olle |
# For a Proteios server in Paris, France (timezone GMT+1) |
2915 |
27 Oct 08 |
olle |
# and an OMSSA server in San Francisco, California, USA, |
2915 |
27 Oct 08 |
olle |
# (timezone GMT-8), the following setting should be used: |
2915 |
27 Oct 08 |
olle |
60 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.hours = -9 |
2915 |
27 Oct 08 |
olle |
62 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.correction.minutes is |
2915 |
27 Oct 08 |
olle |
# an added correction to the time difference aimed at |
2915 |
27 Oct 08 |
olle |
# synchronizing the output of system clocks from |
2915 |
27 Oct 08 |
olle |
# the Proteios server and the OMSSA server to within |
2915 |
27 Oct 08 |
olle |
# the same minute when constructing a time stamp |
2915 |
27 Oct 08 |
olle |
# in Proteios (the system clocks are not changed). |
2915 |
27 Oct 08 |
olle |
# If both system clocks were tuned to a time standard, |
2915 |
27 Oct 08 |
olle |
# this correction would be 0. |
2915 |
27 Oct 08 |
olle |
# For a Proteios server whose system clock is 2 minutes |
2915 |
27 Oct 08 |
olle |
# behind the system clock of the OMSSA server, after |
2915 |
27 Oct 08 |
olle |
# correcting for the differences in time zones, |
2915 |
27 Oct 08 |
olle |
# e.g. 20.10.52 GMT+1 and 11.10.54 GMT-8, respectively, |
2915 |
27 Oct 08 |
olle |
# the following setting should be used: |
2915 |
27 Oct 08 |
olle |
76 |
# |
2915 |
27 Oct 08 |
olle |
# omssa.web.server.timediff.correction.minutes = 2 |
2915 |
27 Oct 08 |
olle |
78 |
# |
3379 |
22 Jul 09 |
olle |
# omssa.web.convert.mzdata_to_mgf is a flag variable, |
3379 |
22 Jul 09 |
olle |
# indicating if an mzData input file should be converted |
3379 |
22 Jul 09 |
olle |
# to an MGF file before an OMSSA search is performed. |
3379 |
22 Jul 09 |
olle |
# If set to `true`, the created MGF file will be placed |
3379 |
22 Jul 09 |
olle |
# in the same Proteios directory as the input mzData file. |
3379 |
22 Jul 09 |
olle |
# The OMSSA result file will refer to the original mzData |
3379 |
22 Jul 09 |
olle |
# file as the input file. |
3379 |
22 Jul 09 |
olle |
86 |
# |
3379 |
22 Jul 09 |
olle |
# omssa.web.convert.mzdata_to_mgf = true |
3379 |
22 Jul 09 |
olle |
88 |
# |
2915 |
27 Oct 08 |
olle |
omssa.web.server.url = http://pubchem.ncbi.nlm.nih.gov |
2915 |
27 Oct 08 |
olle |
omssa.web.script.path = /omssa/omssacgi.cgi |
2915 |
27 Oct 08 |
olle |
omssa.web.archive.path = /omssa/omssacgi.cgi?cmd=reply&intype=rid&rid=10 |
2915 |
27 Oct 08 |
olle |
omssa.web.result.filename.prefix = |
2915 |
27 Oct 08 |
olle |
omssa.web.server.timediff.hours = -9 |
2915 |
27 Oct 08 |
olle |
omssa.web.server.timediff.correction.minutes = 0 |
3379 |
22 Jul 09 |
olle |
omssa.web.convert.mzdata_to_mgf = true |
2915 |
27 Oct 08 |
olle |
96 |
# |
2931 |
04 Nov 08 |
olle |
# Settings for OMSSA local installation - required |
2915 |
27 Oct 08 |
olle |
98 |
# |
2935 |
05 Nov 08 |
olle |
# Use web format for paths, i.e. directory delimiter "/", |
2935 |
05 Nov 08 |
olle |
# e.g. for MS-Windows path C:\tools\omssa-2.1.4.win32\db |
2935 |
05 Nov 08 |
olle |
# use C:/tools/omssa-2.1.4.win32/db. |
2935 |
05 Nov 08 |
olle |
102 |
# |
2932 |
04 Nov 08 |
olle |
omssa.local.install.path = /omssa-2.1.4.linux |
2915 |
27 Oct 08 |
olle |
omssa.local.program.name = omssacl |
2934 |
04 Nov 08 |
olle |
omssa.local.database.directory.path = /omssa-2.1.4.linux/db |
2915 |
27 Oct 08 |
olle |
omssa.local.input.basename = omssa_input.xml |
3379 |
22 Jul 09 |
olle |
omssa.local.convert.mzdata_to_mgf = true |
4191 |
25 Mar 11 |
olle |
108 |
# |
4191 |
25 Mar 11 |
olle |
# omssa.local.disabled = no |
4191 |
25 Mar 11 |
olle |
110 |
# |
4191 |
25 Mar 11 |
olle |
# When OMSSA has been installed locally and the properties |
4191 |
25 Mar 11 |
olle |
# file updated, the "disabled" flag should be set to |
4191 |
25 Mar 11 |
olle |
# "omssa.local.disabled = no", in order to make |
4191 |
25 Mar 11 |
olle |
# the functionality accessible from Proteios SE. |
4191 |
25 Mar 11 |
olle |
115 |
# |
4191 |
25 Mar 11 |
olle |
omssa.local.disabled = yes |
2915 |
27 Oct 08 |
olle |
117 |
|