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

Last change on this file since 1295 was 1295, checked in by Nicklas Nordborg, 13 years ago

Fixes #280: Plug-in should suggest better job names

  • 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 1295 2011-02-24 12:33:54Z nicklas $
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.17</minbaseversion>
29    <hasconfigurations/>
30  </pluginclass>
31  <pluginclass classname="net.sf.basedb.plugins.qQuantileNormalization">
32    <minbaseversion>2.17</minbaseversion>
33    <hasconfigurations/>
34  </pluginclass>
35  <pluginclass classname="net.sf.basedb.plugins.QuantileNormalization">
36    <minbaseversion>2.17</minbaseversion>
37    <hasconfigurations/>
38  </pluginclass>
39  <pluginclass classname="net.sf.basedb.plugins.RankInvariantNormalization">
40    <minbaseversion>2.17</minbaseversion>
41    <hasconfigurations/>
42  </pluginclass>
43</plugins>
Note: See TracBrowser for help on using the repository browser.