<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd">
<!--
	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>96_well plate import</configname>
    <description>This configuration is for the Plate importer plugin when to import 96-well plates.</description>
    <parameter>
      <name>nameColumnMapping</name>
      <label>Plate number/name</label>
      <description />
      <class>java.lang.String</class>
      <value>\96_number\</value>
    </parameter>
    <parameter>
      <name>reporterColumnMapping</name>
      <label>Reporter ID</label>
      <description />
      <class>java.lang.String</class>
      <value>\oligo_id\</value>
    </parameter>
    <parameter>
      <name>dataHeaderRegexp</name>
      <label>Data header</label>
      <description />
      <class>java.lang.String</class>
      <value>96_number\t96_column\t96_row\t96_position\toligo_id.*</value>
    </parameter>
    <parameter>
      <name>trimQuotes</name>
      <label>Remove quotes</label>
      <description />
      <class>java.lang.Boolean</class>
      <value>true</value>
    </parameter>
    <parameter>
      <name>dataSplitterRegexp</name>
      <label>Data splitter</label>
      <description />
      <class>java.lang.String</class>
      <value>\t</value>
    </parameter>
    <parameter>
      <name>columnColumnMapping</name>
      <label>Column</label>
      <description />
      <class>java.lang.String</class>
      <value>\96_column\</value>
    </parameter>
    <parameter>
      <name>rowColumnMapping</name>
      <label>Row</label>
      <description />
      <class>java.lang.String</class>
      <value>\96_row\</value>
    </parameter>
  </configuration>
</configfile>

