<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
<!--
	$Id: plate_importer_384wells.xml 3679 2007-08-17 07:18:29Z jari $

	Copyright (C) 2007 Jari Hakkinen, Martin Svensson

	This file is part of BASE - BioArray Software Environment.
	Available at http://base.thep.lu.se/

	BASE is free software; you can redistribute it and/or modify it
	under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 3 of the License, or
	(at your option) any later version.

	BASE is distributed in the hope that it will be useful, but WITHOUT
	ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
	or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
	License for more details.

	You should have received a copy of the GNU General Public License
	along with BASE. If not, see <http://www.gnu.org/licenses/>.
-->
<configfile>
  <configuration pluginClassName="net.sf.basedb.plugins.PlateFlatFileImporter">
    <configname>384_wells plate import</configname>
    <description>This configuration is for the Plate importer plugin when to import 384-well plates.</description>
    <parameter>
      <name>nameColumnMapping</name>
      <label>nameColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\384_number\</value>
    </parameter>
    <parameter>
      <name>reporterColumnMapping</name>
      <label>reporterColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\oligo_id\</value>
    </parameter>
    <parameter>
      <name>dataHeaderRegexp</name>
      <label>dataHeaderRegexp</label>
      <description />
      <class>java.lang.String</class>
      <value>384_number\t384_column\t384_row\t384_position\toligo_id.*</value>
    </parameter>
    <parameter>
      <name>dataSplitterRegexp</name>
      <label>dataSplitterRegexp</label>
      <description />
      <class>java.lang.String</class>
      <value>\t</value>
    </parameter>
    <parameter>
      <name>columnColumnMapping</name>
      <label>columnColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\384_column\</value>
    </parameter>
    <parameter>
      <name>rowColumnMapping</name>
      <label>rowColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\384_row\</value>
    </parameter>
  </configuration>
</configfile>

