<?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.ReporterFlatFileImporter">
    <configname>Reporters from GenePix file</configname>
    <description>This  configuration is for importing reporters from a GenePix file (*.gpr)</description>
    <parameter>
      <name>nameColumnMapping</name>
      <label>Name</label>
      <description />
      <class>java.lang.String</class>
      <value>\Name\</value>
    </parameter>
    <parameter>
      <name>dataHeaderRegexp</name>
      <label>Data header</label>
      <description />
      <class>java.lang.String</class>
      <value>"Block"\t"Column"\t"Row"\t"Name"\t"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>reporterIdColumnMapping</name>
      <label>Reporter ID</label>
      <description />
      <class>java.lang.String</class>
      <value>\ID\</value>
    </parameter>
  </configuration>
</configfile>

