| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE configfile SYSTEM "plugin-configuration-file.dtd"> |
|---|
| 3 | <!-- |
|---|
| 4 | Copyright (C) 2007 Jari Hakkinen, Martin Svensson |
|---|
| 5 | |
|---|
| 6 | This file is part of BASE - BioArray Software Environment. |
|---|
| 7 | Available at http://base.thep.lu.se/ |
|---|
| 8 | |
|---|
| 9 | BASE is free software; you can redistribute it and/or modify it |
|---|
| 10 | under the terms of the GNU General Public License as published by |
|---|
| 11 | the Free Software Foundation; either version 3 of the License, or |
|---|
| 12 | (at your option) any later version. |
|---|
| 13 | |
|---|
| 14 | BASE is distributed in the hope that it will be useful, but WITHOUT |
|---|
| 15 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
|---|
| 16 | or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public |
|---|
| 17 | License for more details. |
|---|
| 18 | |
|---|
| 19 | You should have received a copy of the GNU General Public License |
|---|
| 20 | along with BASE. If not, see <http://www.gnu.org/licenses/>. |
|---|
| 21 | --> |
|---|
| 22 | <configfile> |
|---|
| 23 | <configuration pluginClassName="net.sf.basedb.plugins.ReporterMapFlatFileImporter"> |
|---|
| 24 | <configname>Features from Genepix file</configname> |
|---|
| 25 | <description>This configuration is for import features from a GenePix file.
 |
|---|
| 26 | Block mapping is used in this configuration.</description> |
|---|
| 27 | <parameter> |
|---|
| 28 | <name>dataHeaderRegexp</name> |
|---|
| 29 | <label>dataHeaderRegexp</label> |
|---|
| 30 | <description /> |
|---|
| 31 | <class>java.lang.String</class> |
|---|
| 32 | <value>"Block"\t"Column"\t"Row"\t"Name"\t"ID".*</value> |
|---|
| 33 | </parameter> |
|---|
| 34 | <parameter> |
|---|
| 35 | <name>dataSplitterRegexp</name> |
|---|
| 36 | <label>dataSplitterRegexp</label> |
|---|
| 37 | <description /> |
|---|
| 38 | <class>java.lang.String</class> |
|---|
| 39 | <value>\t</value> |
|---|
| 40 | </parameter> |
|---|
| 41 | <parameter> |
|---|
| 42 | <name>columnColumnMapping</name> |
|---|
| 43 | <label>columnColumnMapping</label> |
|---|
| 44 | <description /> |
|---|
| 45 | <class>java.lang.String</class> |
|---|
| 46 | <value>\Column\</value> |
|---|
| 47 | </parameter> |
|---|
| 48 | <parameter> |
|---|
| 49 | <name>reporterIdColumnMapping</name> |
|---|
| 50 | <label>reporterIdColumnMapping</label> |
|---|
| 51 | <description /> |
|---|
| 52 | <class>java.lang.String</class> |
|---|
| 53 | <value>\ID\</value> |
|---|
| 54 | </parameter> |
|---|
| 55 | <parameter> |
|---|
| 56 | <name>blockColumnMapping</name> |
|---|
| 57 | <label>blockColumnMapping</label> |
|---|
| 58 | <description /> |
|---|
| 59 | <class>java.lang.String</class> |
|---|
| 60 | <value>\Block\</value> |
|---|
| 61 | </parameter> |
|---|
| 62 | <parameter> |
|---|
| 63 | <name>rowColumnMapping</name> |
|---|
| 64 | <label>rowColumnMapping</label> |
|---|
| 65 | <description /> |
|---|
| 66 | <class>java.lang.String</class> |
|---|
| 67 | <value>\Row\</value> |
|---|
| 68 | </parameter> |
|---|
| 69 | </configuration> |
|---|
| 70 | </configfile> |
|---|