| Project | Rearrangements in genomes with unequal content |
|---|---|
| Date | 28/07/05 |
| Version | 1.0 |
| Purpose of Meeting | Discuss prototyping |
| Supervisor present | Leong Hon Wai |
Prof Leong suggested that we covert the existing code base to the RAS Framework which is more modular. However since the code is currently written in C, it would be difficult to port the entire code base over to a class based C++ framework all at once. He proposed that we first look at the main components (the separate .c files) in the existing system and writing wrapper classes for these components. At the same time this will help us in identifying the classes and method we will need in the final OO Framework. This is an intermediate step which will help us to convert the code to the RAS Framework more easily.