source: trunk/doc/admin/plugin_configuration/import/reporter_importer_384wells.xml @ 3066

Last change on this file since 3066 was 3066, checked in by Jari Häkkinen, 17 years ago

Removed parantheses in filenames. Trac cannot handle these in the admin docs section.

  • Property svn:keywords set to Id
File size: 2.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
3<!--
4  $Id: reporter_importer_384wells.xml 3066 2007-01-18 10:25:24Z jari $
5
6  Copyright (C) Authors contributing to this file.
7
8  This file is part of BASE - BioArray Software Environment.
9  Available at http://base.thep.lu.se/
10
11  BASE is free software; you can redistribute it and/or
12  modify it under the terms of the GNU General Public License
13  as published by the Free Software Foundation; either version 2
14  of the License, or (at your option) any later version.
15
16  BASE is distributed in the hope that it will be useful,
17  but WITHOUT ANY WARRANTY; without even the implied warranty of
18  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  GNU General Public License for more details.
20
21  You should have received a copy of the GNU General Public License
22  along with this program; if not, write to the Free Software
23  Foundation, Inc., 59 Temple Place - Suite 330,
24  Boston, MA  02111-1307, USA.
25-->
26<configfile>
27  <configuration pluginClassName="net.sf.basedb.plugins.ReporterFlatFileImporter">
28    <configname>Reporters from 384well plates file</configname>
29    <description>This configuration is for importing reporters from the same text file as 384well plates are imported from.</description>
30    <parameter>
31      <name>nameColumnMapping</name>
32      <label>nameColumnMapping</label>
33      <description />
34      <class>java.lang.String</class>
35      <value>\oligo_id\</value>
36    </parameter>
37    <parameter>
38      <name>dataHeaderRegexp</name>
39      <label>dataHeaderRegexp</label>
40      <description />
41      <class>java.lang.String</class>
42      <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value>
43    </parameter>
44    <parameter>
45      <name>dataSplitterRegexp</name>
46      <label>dataSplitterRegexp</label>
47      <description />
48      <class>java.lang.String</class>
49      <value>\t</value>
50    </parameter>
51    <parameter>
52      <name>descriptionColumnMapping</name>
53      <label>descriptionColumnMapping</label>
54      <description />
55      <class>java.lang.String</class>
56      <value>\description_Ensembl*\</value>
57    </parameter>
58    <parameter>
59      <name>symbolColumnMapping</name>
60      <label>symbolColumnMapping</label>
61      <description />
62      <class>java.lang.String</class>
63      <value>\gene_symbol_Ensembl*\</value>
64    </parameter>
65    <parameter>
66      <name>reporterIdColumnMapping</name>
67      <label>reporterIdColumnMapping</label>
68      <description />
69      <class>java.lang.String</class>
70      <value>\oligo_id\</value>
71    </parameter>
72    <parameter>
73      <name>extendedColumnMapping.sequence</name>
74      <label>extendedColumnMapping.sequence</label>
75      <description />
76      <class>java.lang.String</class>
77      <value>\oligo_sequence\</value>
78    </parameter>
79  </configuration>
80</configfile>
Note: See TracBrowser for help on using the repository browser.