Changeset 1079
- Timestamp:
- May 15, 2009, 7:38:53 PM (13 years ago)
- Location:
- plugins/base2/net.sf.basedb.normalizers/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.normalizers/trunk/build.xml
r1058 r1079 73 73 description="The location of the PluginUtility JAR that we depend on" 74 74 /> 75 <property name="PluginUtilityVersion" value="0. 1"75 <property name="PluginUtilityVersion" value="0.2" 76 76 description="The version of PluginUtility that we depend on" 77 77 /> -
plugins/base2/net.sf.basedb.normalizers/trunk/src/net/sf/basedb/plugins/qQuantileNormalization.java
r1075 r1079 107 107 ); 108 108 109 minNofChannels=1; 110 maxNofChannels=1; 111 109 112 selectBASconfigure = true; 110 113 selectBASdescription = "Select assays to use as normalization reference"; 114 selectBASlabel = "Select reference assays"; 111 115 112 116 defaultChildName = "qQuantileNormalized bioassayset";
Note: See TracChangeset
for help on using the changeset viewer.