What is the relationship between Cloe, SliceService, and libSlice?
Cloe is the front-end tool users can use for viewing and editing assemblies. Cloe communicates slice information across the network to the SliceService for calculating quality classes and consensus base calling. SliceService uses libSlice to perform the actual calculations, and then returns the results back across the network to Cloe to display to the user. At the lowest level, the quality class and consensus base calling calculations are performed by libSlice. SliceService acts as an intermediate between the Cloe request and libSlice similar to how Cloe acts as an intermediate between the requests by the users and the assembly data.