1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"> |
---|
3 | <!-- |
---|
4 | $Id: reporter_map_importer(genepix).xml 3058 2007-01-12 14:23:37Z 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.ReporterMapFlatFileImporter"> |
---|
28 | <configname>Features from Genepix file</configname> |
---|
29 | <description>This configuration is for import features from a GenePix file.
 |
---|
30 | Block mapping is used in this configuration.</description> |
---|
31 | <parameter> |
---|
32 | <name>dataHeaderRegexp</name> |
---|
33 | <label>dataHeaderRegexp</label> |
---|
34 | <description /> |
---|
35 | <class>java.lang.String</class> |
---|
36 | <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*</value> |
---|
37 | </parameter> |
---|
38 | <parameter> |
---|
39 | <name>dataSplitterRegexp</name> |
---|
40 | <label>dataSplitterRegexp</label> |
---|
41 | <description /> |
---|
42 | <class>java.lang.String</class> |
---|
43 | <value>\t</value> |
---|
44 | </parameter> |
---|
45 | <parameter> |
---|
46 | <name>columnColumnMapping</name> |
---|
47 | <label>columnColumnMapping</label> |
---|
48 | <description /> |
---|
49 | <class>java.lang.String</class> |
---|
50 | <value>\Column\</value> |
---|
51 | </parameter> |
---|
52 | <parameter> |
---|
53 | <name>reporterIdColumnMapping</name> |
---|
54 | <label>reporterIdColumnMapping</label> |
---|
55 | <description /> |
---|
56 | <class>java.lang.String</class> |
---|
57 | <value>\ID\</value> |
---|
58 | </parameter> |
---|
59 | <parameter> |
---|
60 | <name>blockColumnMapping</name> |
---|
61 | <label>blockColumnMapping</label> |
---|
62 | <description /> |
---|
63 | <class>java.lang.String</class> |
---|
64 | <value>\Block\</value> |
---|
65 | </parameter> |
---|
66 | <parameter> |
---|
67 | <name>rowColumnMapping</name> |
---|
68 | <label>rowColumnMapping</label> |
---|
69 | <description /> |
---|
70 | <class>java.lang.String</class> |
---|
71 | <value>\Row\</value> |
---|
72 | </parameter> |
---|
73 | </configuration> |
---|
74 | </configfile> |
---|