DocBookSupport: reporter_importer_genepix.xml

File reporter_importer_genepix.xml, 2.1 KB (added by Jari Häkkinen, 16 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
3<!--
4 Copyright (C) 2007 Jari Hakkinen, Martin Svensson
5
6 This file is part of BASE - BioArray Software Environment.
7 Available at http://base.thep.lu.se/
8
9 BASE is free software; you can redistribute it and/or modify it
10 under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
13
14 BASE is distributed in the hope that it will be useful, but WITHOUT
15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16 or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
17 License for more details.
18
19 You should have received a copy of the GNU General Public License
20 along with BASE. If not, see <http://www.gnu.org/licenses/>.
21-->
22<configfile>
23 <configuration pluginClassName="net.sf.basedb.plugins.ReporterFlatFileImporter">
24 <configname>Reporters from GenePix file</configname>
25 <description>This configuration is for importing reporters from a GenePix file (*.gpr)</description>
26 <parameter>
27 <name>nameColumnMapping</name>
28 <label>Name</label>
29 <description />
30 <class>java.lang.String</class>
31 <value>\Name\</value>
32 </parameter>
33 <parameter>
34 <name>dataHeaderRegexp</name>
35 <label>Data header</label>
36 <description />
37 <class>java.lang.String</class>
38 <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*</value>
39 </parameter>
40 <parameter>
41 <name>trimQuotes</name>
42 <label>Remove quotes</label>
43 <description />
44 <class>java.lang.Boolean</class>
45 <value>true</value>
46 </parameter>
47 <parameter>
48 <name>dataSplitterRegexp</name>
49 <label>Data splitter</label>
50 <description />
51 <class>java.lang.String</class>
52 <value>\t</value>
53 </parameter>
54 <parameter>
55 <name>reporterIdColumnMapping</name>
56 <label>Reporter ID</label>
57 <description />
58 <class>java.lang.String</class>
59 <value>\ID\</value>
60 </parameter>
61 </configuration>
62</configfile>