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

Last change on this file since 730 was 730, checked in by Martin Svensson, 15 years ago

References #117 Average normalization plug-in is almost done. The plug-in cannot handle two-channel data, the implementation needs to be verified and tested.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 292 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plugins SYSTEM "base-plugins.dtd" >
3<!-- $Id -->
4<plugins jarname="%%plugins.jar%%">
5  <pluginclass classname="net.sf.basedb.plugins.AverageNormalization">
6    <minbaseversion>2.7</minbaseversion>
7    <hasconfigurations/>
8  </pluginclass>
9</plugins>
Note: See TracBrowser for help on using the repository browser.