source: trunk/doc/admin/plugin_configuration/import/reporter_importer(96wells).xml @ 3054

Last change on this file since 3054 was 3054, checked in by Martin Svensson, 17 years ago

Moved the core plugin list to administration documentation

  • Property svn:keywords set to Id
File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
3<!--
4  $Id: reporter_importer(96wells).xml 3054 2007-01-09 13:46:41Z martin $
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 96well plates file</configname>
29    <description>This configuration is for importing reporters from the same text file as 96well plates are imported from.</description>
30    <parameter>
31      <name>nameColumnMapping</name>
32      <label>Name</label>
33      <description />
34      <class>java.lang.String</class>
35      <value>\oligo_id\</value>
36    </parameter>
37    <parameter>
38      <name>dataHeaderRegexp</name>
39      <label>Data header</label>
40      <description />
41      <class>java.lang.String</class>
42      <value>96_number\t96_column\t96_row\t96_position\toligo_id.*</value>
43    </parameter>
44    <parameter>
45      <name>trimQuotes</name>
46      <label>Remove quotes</label>
47      <description />
48      <class>java.lang.Boolean</class>
49      <value>true</value>
50    </parameter>
51    <parameter>
52      <name>dataSplitterRegexp</name>
53      <label>Data splitter</label>
54      <description />
55      <class>java.lang.String</class>
56      <value>\t</value>
57    </parameter>
58    <parameter>
59      <name>descriptionColumnMapping</name>
60      <label>Description</label>
61      <description />
62      <class>java.lang.String</class>
63      <value>\description_Ensembl*\</value>
64    </parameter>
65    <parameter>
66      <name>symbolColumnMapping</name>
67      <label>Gene symbol</label>
68      <description />
69      <class>java.lang.String</class>
70      <value>\gene_symbol_Ensembl*\</value>
71    </parameter>
72    <parameter>
73      <name>reporterIdColumnMapping</name>
74      <label>Reporter ID</label>
75      <description />
76      <class>java.lang.String</class>
77      <value>\oligo_id\</value>
78    </parameter>
79    <parameter>
80      <name>extendedColumnMapping.sequence</name>
81      <label>Sequence</label>
82      <description />
83      <class>java.lang.String</class>
84      <value>\oligo_sequence\</value>
85    </parameter>
86  </configuration>
87</configfile>
Note: See TracBrowser for help on using the repository browser.