Changeset 193
- Timestamp:
- Oct 31, 2006, 5:53:15 PM (16 years ago)
- Location:
- trunk/se/lu/thep/affymetrix
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/ChangeLog
r192 r193 24 24 25 25 26 version 0.5 (revision 19 2):26 version 0.5 (revision 193): 27 27 - Changed starting position to 1 from 0 (zero) when expression 28 28 values are store into the database. This is more consistent with -
trunk/se/lu/thep/affymetrix/RMAExpress.java
r191 r193 112 112 if (request.getCommand().equals(Request.COMMAND_CONFIGURE_JOB)) { 113 113 List<Throwable> errors = validateRequestParameters 114 (getConfigureJobParameters( context).getParameters(), request);114 (getConfigureJobParameters().getParameters(), request); 115 115 if (errors != null) { 116 116 response.setError(errors.size() +
Note: See TracChangeset
for help on using the changeset viewer.