User interface
Improves user experience and eliminates the need to understand Verilog Code
Line 7: | Line 7: | ||
<div class="container"> | <div class="container"> | ||
<div class="col-md-10 col-md-offset-1 text-center"> | <div class="col-md-10 col-md-offset-1 text-center"> | ||
− | <img src=" | + | <img src="https://static.igem.org/mediawiki/2016/1/1c/T--EPFL--computer_to_cell_multi_both.png" style="width: 100%;" /> |
<div class="spacer h20"></div> | <div class="spacer h20"></div> | ||
<h2 class="lead animate-box">Build your own bioware? It's simple</h2> | <h2 class="lead animate-box">Build your own bioware? It's simple</h2> |
Engineering your cells with new biological circuits can give them incredible capacities, but can also be a painstaking endeavor. Intelligene is suite of tools meant to fix just that.
Synthetic genetic networks are being used more and more frequently in synthetic biology due to their ability to give cells powerful new capabilities while using many of the techniques already common to cell cloning, such as assembly strategies and transformation. Designing the biological organization these circuits, which are often built into plasmid vectors, can be a real challenge. Cello, published in Science on April 1st, 2016, is a program which allows users to combine data of the desired circuit and data about the host system to generate plasmids containing the fully functional circuits. Over the summer, we developed a suite of software tools meant to increase the user-friendliness, open-source nature, and power of Cello. This required modifying Cello in multiple ways. Firstly, we added an intuitive user interface to Cello to design circuits, eliminating the need for users to understand how to code in Verilog. Secondly, we made Cello accept external inputs, so it could download biological parts from a database. Thirdly, we created and published this database, complete with a variety of features to allow users to interact with the database. Past wiki freeze, we plan to continue working on integration of the database with Cello to allow the seamless transfer of information, and the correct interpretation of the available data.
Improves user experience and eliminates the need to understand Verilog Code
Modified to work with dCas9-based biochemistries, and handle repeated parts correctly.
Improved transfer of information by accepting information from database passed in JSON format.
Modifiable databases of parts allow gates to be built using custom parts.
Intuitive and easy to use, the User Interface relies on beautiful forms and simple dragging-and-dropping features.
Comes with an API so that it can be called from external programs, such as Cello.