Changeset 218
- Timestamp:
- Dec 13, 2006, 2:56:08 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/se/lu/thep/affymetrix/RMAExpress.java
r193 r218 155 155 catch (Throwable e) { 156 156 response.setError(e.getMessage(), Arrays.asList(e)); 157 e.printStackTrace();158 157 } 159 158 } … … 310 309 } 311 310 catch (Throwable e) { 312 e.printStackTrace();313 311 response.setError(e.getMessage(), Arrays.asList(e)); 314 312 } … … 421 419 } 422 420 catch(Throwable e) { 423 e.printStackTrace(); 424 throw new BaseException("Unable to import root bioassay."); 421 throw new BaseException("Unable to import root bioassay.",e); 425 422 } 426 423 } -
trunk/se/lu/thep/wenni/TODO
r107 r218 26 26 - Add configure option to compile a stand alone or plug-in WeNNI. 27 27 - Make WeNNI to work as an BASE 2 plug-in. 28 - Add educational material and use cases.
Note: See TracChangeset
for help on using the changeset viewer.