2896 |
07 Oct 08 |
olle |
# $Id: mascot.properties.in 2597 2008-10-02 14:07:41Z olle $ |
2896 |
07 Oct 08 |
olle |
2 |
|
2896 |
07 Oct 08 |
olle |
# Copyright (C) 2008 Olle Mansson |
2896 |
07 Oct 08 |
olle |
4 |
|
2896 |
07 Oct 08 |
olle |
# This file is part of Proteios |
2896 |
07 Oct 08 |
olle |
# Available at http://www.proteios.org/ |
2896 |
07 Oct 08 |
olle |
7 |
|
2896 |
07 Oct 08 |
olle |
# Proteios is free software; you can redistribute it and/or modify it |
2896 |
07 Oct 08 |
olle |
# under the terms of the GNU General Public License as published by |
2896 |
07 Oct 08 |
olle |
# the Free Software Foundation; either version 2 of the License, or |
2896 |
07 Oct 08 |
olle |
# (at your option) any later version. |
2896 |
07 Oct 08 |
olle |
12 |
|
2896 |
07 Oct 08 |
olle |
# Proteios is distributed in the hope that it will be useful, but |
2896 |
07 Oct 08 |
olle |
# WITHOUT ANY WARRANTY; without even the implied warranty of |
2896 |
07 Oct 08 |
olle |
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
2896 |
07 Oct 08 |
olle |
# General Public License for more details. |
2896 |
07 Oct 08 |
olle |
17 |
|
2896 |
07 Oct 08 |
olle |
# You should have received a copy of the GNU General Public License |
2896 |
07 Oct 08 |
olle |
# along with this program; if not, write to the Free Software |
2896 |
07 Oct 08 |
olle |
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
2896 |
07 Oct 08 |
olle |
# 02111-1307, USA. |
2896 |
07 Oct 08 |
olle |
22 |
|
2896 |
07 Oct 08 |
olle |
# Copy this file to mascot.properties and make necessary configuration |
2896 |
07 Oct 08 |
olle |
# before running Mascot-related jobs from Proteios. |
2896 |
07 Oct 08 |
olle |
25 |
|
2896 |
07 Oct 08 |
olle |
26 |
# |
2896 |
07 Oct 08 |
olle |
# Settings for accessing Mascot web interface - required |
2896 |
07 Oct 08 |
olle |
28 |
# |
2896 |
07 Oct 08 |
olle |
# Default settings for Mascot installed on the same system |
2896 |
07 Oct 08 |
olle |
# as the Proteios server are: |
2896 |
07 Oct 08 |
olle |
31 |
# |
2896 |
07 Oct 08 |
olle |
# mascot.server.url = http://localhost/mascot |
3296 |
05 Jun 09 |
olle |
# mascot.input.script.path = /cgi/search_form.pl |
3296 |
05 Jun 09 |
olle |
# mascot.search.script.path = /cgi/nph-mascot.exe |
3296 |
05 Jun 09 |
olle |
# mascot.result.script.path = /cgi/master_results.pl |
3296 |
05 Jun 09 |
olle |
# mascot.export.script.path = /cgi/export_dat_2.pl |
2896 |
07 Oct 08 |
olle |
# mascot.archive.path = /data |
2896 |
07 Oct 08 |
olle |
# mascot.result.filename.prefix = F |
2896 |
07 Oct 08 |
olle |
39 |
# |
2896 |
07 Oct 08 |
olle |
# Notes: |
2896 |
07 Oct 08 |
olle |
41 |
# |
2896 |
07 Oct 08 |
olle |
# mascot.server.url is the part of the url |
2897 |
07 Oct 08 |
olle |
# of a Mascot search site before the Mascot home page "/home.html". |
2896 |
07 Oct 08 |
olle |
# For search site http://example.com/mascot/home.html |
2896 |
07 Oct 08 |
olle |
# the following setting should be used: |
2896 |
07 Oct 08 |
olle |
46 |
# |
2896 |
07 Oct 08 |
olle |
# mascot.server.url = http://example.com/mascot |
2896 |
07 Oct 08 |
olle |
48 |
# |
2896 |
07 Oct 08 |
olle |
# Mascot result filenames normally consist of |
2896 |
07 Oct 08 |
olle |
# a prefix plus a six-digit number, |
2896 |
07 Oct 08 |
olle |
# e.g. "F009765.dat" for prefix "F" and search number 9765 |
2896 |
07 Oct 08 |
olle |
# a certain date. The result files are stored in |
2896 |
07 Oct 08 |
olle |
# a sub-directory to the Mascot archive path |
2896 |
07 Oct 08 |
olle |
# with a name equal to the date in YYYYMMDD format, |
2896 |
07 Oct 08 |
olle |
# e.g. for date 2008-09-24, the file above has path |
2896 |
07 Oct 08 |
olle |
# "data/20080924/F009765.dat" relative to the Mascot directory. |
2896 |
07 Oct 08 |
olle |
57 |
# |
2896 |
07 Oct 08 |
olle |
mascot.server.url = http://localhost/mascot |
3296 |
05 Jun 09 |
olle |
mascot.input.script.path = /cgi/search_form.pl |
3296 |
05 Jun 09 |
olle |
mascot.search.script.path = /cgi/nph-mascot.exe |
2896 |
07 Oct 08 |
olle |
mascot.export.script.path = /cgi/export_dat_2.pl |
2896 |
07 Oct 08 |
olle |
mascot.archive.path = /data |
2896 |
07 Oct 08 |
olle |
mascot.result.filename.prefix = F |
4190 |
25 Mar 11 |
olle |
64 |
# |
4190 |
25 Mar 11 |
olle |
# mascot.local.disabled = no |
4190 |
25 Mar 11 |
olle |
66 |
# |
4190 |
25 Mar 11 |
olle |
# When the Mascot properties file has been updated, |
4190 |
25 Mar 11 |
olle |
# the "disabled" flag should be set to |
4190 |
25 Mar 11 |
olle |
# "mascot.local.disabled = no", in order to make |
4190 |
25 Mar 11 |
olle |
# the functionality accessible from Proteios SE. |
4190 |
25 Mar 11 |
olle |
71 |
# |
4190 |
25 Mar 11 |
olle |
mascot.local.disabled = yes |
2896 |
07 Oct 08 |
olle |
73 |
|