Team:Vanderbilt Software/Program

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 18: Line 31:
             <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>
Line 57: Line 70:
     <p>This creates a file with the extension <font face="Courier">.vcscmp</font> which can be used in typical version control systems.</p>
     <p>This creates a file with the extension <font face="Courier">.vcscmp</font> which can be used in typical version control systems.</p>
 +
 +
    <o>The current version of the project can be found on the project's <a href="https://github.com/igemsoftware/Vanderbilt_2014">github page</a>.</p>
   </td>
   </td>
   <td valign="top">
   <td valign="top">

Revision as of 03:12, 18 October 2014


Home Program Team Attributions

Program Description

User Guide and API Reference

The program produced by Vanderbilt's 2014 iGEM software team is named darwin, a Unix command-line tool to produce what are known as "diffs" between two genomic data files. The command to produce the diff is dwndiff, typically invoked by using:

dwndiff <file1> <file2>

This creates a file with the extension .vcscmp which can be used in typical version control systems.

The current version of the project can be found on the project's github page.