Team:Vanderbilt Software/Motivation

From 2014.igem.org

(Difference between revisions)
 
Line 3: Line 3:
<html>
<html>
 +
  <style type="text/css">
 +
      body {
 +
              position: relative;
 +
                      width: 850px //100%;
 +
                              margin: 0;
 +
                                      padding: 0;
 +
                                              padding-bottom: 10px;
 +
                                                      background:url(https://static.igem.org/mediawiki/parts/f/f8/Special_Background.jpg);
 +
                                                              background-repeat: no-repeat;
 +
                                                                      background-attachment: fixed;
 +
                                                                              background-size:100% auto;
 +
                                                                                  }
 +
                                                                                      </style>
<!--main content -->
<!--main content -->
Line 16: Line 29:
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
-
<a href="https://2014.igem.org/Team:Vanderbilt_Software"style="color:#000000">Home </a> </td>
+
<a href="https://2014.igem.org/Team:Vanderbilt_Software"style="color:#000000">Home</a> </td>
 +
 
 +
 
-
<td style="border:1px solid black" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://2014.igem.org/Team:Vanderbilt_Software/Project"style="color:#000000"> Project</a></td>
 
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
<td style="border:1px solid black;" align="center" height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
-
<a href="https://2014.igem.org/Team:Vanderbilt_Software/Team"style="color:#000000"> Team </a> </td>
+
              <a href="https://2014.igem.org/Team:Vanderbilt_Software/Program"style="color:#000000">Program</a> </td>
 +
 
 +
 
 +
 
 +
 
 +
 
-
<td style="border:1px solid black;" align="center"  height ="45px" onMouseOver="this.bgColor='#d3d3d3'" onMouseOut="this.bgColor='#e7e7e7'" bgColor=#e7e7e7>
 
-
<a href="https://2014.igem.org/Team:Vanderbilt_Software/Attributions"style="color:#000000"> Attributions </a></td>
 

Latest revision as of 03:55, 18 October 2014


Home Program

Project Motivation

Programmers need to track even minute changes to their code exhaustively, especially as the project scales up. Without it, there'd be far too much time spent just on merging in changes from other programmers and far too little time spent actually coding. It's reasonable that an analogy exists in synthetic biology, where complicated structures are modified with the utmost of detail. But because most synthetic biologists work on relatively small logical functions in comparison to the hulking data structures programmers wield, introducing a version control system seemed like overkill. With today's exponentially-increasing complexity of synthetic life, though, it will soon be a grave mistake to not use some sort of change-tracking tool; biologists will soon get caught up in the same logical complexity that plagues professional programmers. Especially as synthetic biology grows as a field, with increasing support from government and enterprise, more people will get involved in these projects and an inability to effectively collaborate could hamper the entire industry.

However, no tool currently exists to support genome-scale changes in a useful way. Existing methods of tracking gene changes don't scale well, and don't incorporate the power of the version control tools programmers are used to. While programming version control tools could be used to cover DNA data, they aren't used to working with that sort of input and are extraordinarily inefficient. Darwin is a way around that. It's built off of version control tools, so it takes advantage of their strength. But it manipulates the DNA data to optimize for these tested and proven methods of version control, producing a much more efficient and secure tracking system. Darwin is completely open-source, so any security or optimization issues can be identified and solved immediately to help all users of the tool. It's also agnostic to the type of version control backend used, so it can be put into place on a massive variety of systems.