source: plugins/base2/net.sf.basedb.normalizers/trunk/META-INF/base-plugins.xml @ 1084

Last change on this file since 1084 was 1084, checked in by Martin Svensson, 14 years ago

References #195 Updates everything except documentation/wiki, cause current links on the web go to the trunk. Updating them needs to wait until it's time for next release (version 1.1).
Also updated the svn-ignore property for some directories/files, mostely of the ignored files are generated by the c++ part of this package.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--
3    $Id: base-plugins.xml 1084 2009-05-18 12:59:58Z martin $
4
5    Copyright (C) 2008, 2009 Jari Häkkinen, Martin Svensson
6
7    This file is part of the Normalizers plug-in package for BASE
8    (net.sf.based.normalizers). The package is available at
9    http://baseplugins.thep.lu.se/ BASE main site is
10    http://base.thep.lu.se/
11
12    This is free software; you can redistribute it and/or modify it
13    under the terms of the GNU General Public License as published by
14    the Free Software Foundation; either version 3 of the License, or
15    (at your option) any later version.
16
17    The software is distributed in the hope that it will be useful,
18    but WITHOUT ANY WARRANTY; without even the implied warranty of
19    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20    General Public License for more details.
21
22    You should have received a copy of the GNU General Public License
23    along with this program. If not, see <http://www.gnu.org/licenses/>.
24-->
25<!DOCTYPE plugins SYSTEM "base-plugins.dtd" >
26<plugins jarname="%%plugins.jar%%">
27  <pluginclass classname="net.sf.basedb.plugins.AverageNormalization">
28    <minbaseversion>2.12</minbaseversion>
29    <hasconfigurations/>
30  </pluginclass>
31  <pluginclass classname="net.sf.basedb.plugins.qQuantileNormalization">
32    <minbaseversion>2.9</minbaseversion>
33    <hasconfigurations/>
34  </pluginclass>
35  <pluginclass classname="net.sf.basedb.plugins.QuantileNormalization">
36    <minbaseversion>2.9</minbaseversion>
37    <hasconfigurations/>
38  </pluginclass>
39  <pluginclass classname="net.sf.basedb.plugins.RankInvariantNormalization">
40    <minbaseversion>2.9</minbaseversion>
41    <hasconfigurations/>
42  </pluginclass>
43</plugins>
Note: See TracBrowser for help on using the repository browser.