<?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.ReporterMapFlatFileImporter">
    <configname>Features from Genepix file</configname>
    <description>This configuration is for import features from a GenePix file.&#xD;
Block mapping is used in this configuration.</description>
    <parameter>
      <name>dataHeaderRegexp</name>
      <label>dataHeaderRegexp</label>
      <description />
      <class>java.lang.String</class>
      <value>"Block"\t"Column"\t"Row"\t"Name"\t"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>\Column\</value>
    </parameter>
    <parameter>
      <name>reporterIdColumnMapping</name>
      <label>reporterIdColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\ID\</value>
    </parameter>
    <parameter>
      <name>blockColumnMapping</name>
      <label>blockColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\Block\</value>
    </parameter>
    <parameter>
      <name>rowColumnMapping</name>
      <label>rowColumnMapping</label>
      <description />
      <class>java.lang.String</class>
      <value>\Row\</value>
    </parameter>
  </configuration>
</configfile>

