Changeset 1040
- Timestamp:
- Apr 20, 2009, 9:44:41 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base2/net.sf.basedb.pluginutilities/trunk/src/net/sf/basedb/plugins/AbstractRunBinaryPlugin.java
r1035 r1040 253 253 { 254 254 dc = sc.newDbControl(); 255 if (sourceBAS == null) sourceBAS = get SourceBioAssaySet(dc);255 if (sourceBAS == null) sourceBAS = getCurrentBioAssaySet(dc); 256 256 List<BioAssay> assays = sourceBAS.getBioAssays().list(dc); 257 257 PluginParameter<BioAssay> par = new PluginParameter<BioAssay>
Note: See TracChangeset
for help on using the changeset viewer.