Opened 16 years ago
Closed 16 years ago
#691 closed enhancement (fixed)
Make LowessNormalization and MedianRatioNormalization extend AbstractAnalysisPlugin
Reported by: | Martin Svensson | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.4 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description
These plugins should extend AbstractAnalysisPlugin? instead of AbstractPlugin? to get advantage of the functionallity in this abstract class.
Relates to #686
Change History (2)
comment:1 Changed 16 years ago by
Owner: | changed from Martin Svensson to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [3615]) Fixes #691: Make LowessNormalization? and MedianRatioNormalization? extend AbstractAnalysisPlugin?