You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coding0116 edited this page Aug 24, 2020
·
7 revisions
Welcome to our Biocomputing Software Website Wiki!
This wiki page goes over the key concepts and implementations for this repository. Although we had more planned than what we have completed, we decided to finish the drag and drop canvas at our best abilities rather than having bits of several platforms finished. In our drag and drop canvas, there are three main implementations: sidebar, topbar, and canvas.
In this wiki page, components refer to the glyphs that are located in the sidebar menu, and edges(arcs) are the lines that connect two or more components, which are located in the topbar menu. The canvas is where you can interact with these elements.
We listed major files that are used for each implementation. This does not mean that these implementations are limited to these files (so it may still interact with other files), but only that the functions and variables used would mostly be focused on the mentioned files.