1 | <?xml version="1.0" encoding="UTF-8"?>
|
---|
2 | <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
|
---|
3 | <!--
|
---|
4 | $Id: plate_importer_384wells.xml 3679 2007-08-17 07:18:29Z jari $
|
---|
5 |
|
---|
6 | Copyright (C) 2007 Jari Hakkinen, Martin Svensson
|
---|
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 modify it
|
---|
12 | under the terms of the GNU General Public License as published by
|
---|
13 | the Free Software Foundation; either version 3 of the License, or
|
---|
14 | (at your option) any later version.
|
---|
15 |
|
---|
16 | BASE is distributed in the hope that it will be useful, but WITHOUT
|
---|
17 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|
---|
18 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
|
---|
19 | License for more details.
|
---|
20 |
|
---|
21 | You should have received a copy of the GNU General Public License
|
---|
22 | along with BASE. If not, see <http://www.gnu.org/licenses/>.
|
---|
23 | -->
|
---|
24 | <configfile>
|
---|
25 | <configuration pluginClassName="net.sf.basedb.plugins.PlateFlatFileImporter">
|
---|
26 | <configname>384_wells plate import</configname>
|
---|
27 | <description>This configuration is for the Plate importer plugin when to import 384-well plates.</description>
|
---|
28 | <parameter>
|
---|
29 | <name>nameColumnMapping</name>
|
---|
30 | <label>nameColumnMapping</label>
|
---|
31 | <description />
|
---|
32 | <class>java.lang.String</class>
|
---|
33 | <value>\384_number\</value>
|
---|
34 | </parameter>
|
---|
35 | <parameter>
|
---|
36 | <name>reporterColumnMapping</name>
|
---|
37 | <label>reporterColumnMapping</label>
|
---|
38 | <description />
|
---|
39 | <class>java.lang.String</class>
|
---|
40 | <value>\oligo_id\</value>
|
---|
41 | </parameter>
|
---|
42 | <parameter>
|
---|
43 | <name>dataHeaderRegexp</name>
|
---|
44 | <label>dataHeaderRegexp</label>
|
---|
45 | <description />
|
---|
46 | <class>java.lang.String</class>
|
---|
47 | <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value>
|
---|
48 | </parameter>
|
---|
49 | <parameter>
|
---|
50 | <name>dataSplitterRegexp</name>
|
---|
51 | <label>dataSplitterRegexp</label>
|
---|
52 | <description />
|
---|
53 | <class>java.lang.String</class>
|
---|
54 | <value>\t</value>
|
---|
55 | </parameter>
|
---|
56 | <parameter>
|
---|
57 | <name>columnColumnMapping</name>
|
---|
58 | <label>columnColumnMapping</label>
|
---|
59 | <description />
|
---|
60 | <class>java.lang.String</class>
|
---|
61 | <value>\384_column\</value>
|
---|
62 | </parameter>
|
---|
63 | <parameter>
|
---|
64 | <name>rowColumnMapping</name>
|
---|
65 | <label>rowColumnMapping</label>
|
---|
66 | <description />
|
---|
67 | <class>java.lang.String</class>
|
---|
68 | <value>\384_row\</value>
|
---|
69 | </parameter>
|
---|
70 | </configuration>
|
---|
71 | </configfile>
|
---|