Changes between Version 5 and Version 6 of CreatingAnnotion
- Timestamp:
- 11/30/2016 08:16:40 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreatingAnnotion
v5 v6 58 58 }}} 59 59 60 2) Creating Test Glycan Objects 61 a) *** You must first initialize the EuroCarbDB GlycanBuilder BuilderWorkspace even though you never use the instance 62 {{{ 63 BuilderWorkspace bw = new BuilderWorkspace(new GlycanRendererAWT()); 64 }}}