source: trunk/doc/admin/plugin_configuration/import/plate_importer(384wells).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.5 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
3<!--
4  $Id: plate_importer(384wells).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.PlateFlatFileImporter">
28    <configname>384_wells plate import</configname>
29    <description>This configuration is for the Plate importer plugin when to import 384-well plates.</description>
30    <parameter>
31      <name>nameColumnMapping</name>
32      <label>nameColumnMapping</label>
33      <description />
34      <class>java.lang.String</class>
35      <value>\384_number\</value>
36    </parameter>
37    <parameter>
38      <name>reporterColumnMapping</name>
39      <label>reporterColumnMapping</label>
40      <description />
41      <class>java.lang.String</class>
42      <value>\oligo_id\</value>
43    </parameter>
44    <parameter>
45      <name>dataHeaderRegexp</name>
46      <label>dataHeaderRegexp</label>
47      <description />
48      <class>java.lang.String</class>
49      <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value>
50    </parameter>
51    <parameter>
52      <name>dataSplitterRegexp</name>
53      <label>dataSplitterRegexp</label>
54      <description />
55      <class>java.lang.String</class>
56      <value>\t</value>
57    </parameter>
58    <parameter>
59      <name>columnColumnMapping</name>
60      <label>columnColumnMapping</label>
61      <description />
62      <class>java.lang.String</class>
63      <value>\384_column\</value>
64    </parameter>
65    <parameter>
66      <name>rowColumnMapping</name>
67      <label>rowColumnMapping</label>
68      <description />
69      <class>java.lang.String</class>
70      <value>\384_row\</value>
71    </parameter>
72  </configuration>
73</configfile>
Note: See TracBrowser for help on using the repository browser.