Team:Vanderbilt Software/Program

From 2014.igem.org

(Difference between revisions)
Line 15: Line 15:
-
            <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>
+
          <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>
+
            <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>
+
          <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>
+
             <a href="https://2014.igem.org/Team:Vanderbilt_Software/Team"style="color:#000000"> Team </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>
Line 44: Line 47:
<!--Project content  -->
<!--Project content  -->
<tr><td > <h3> Program Description </h3></td>
<tr><td > <h3> Program Description </h3></td>
 +
  <td><h3>User Guide and API interface</h3></td>
</tr>
</tr>
<tr>
<tr>
   <td width="45%"  valign="top">
   <td width="45%"  valign="top">
-
     <p>test</p>
+
     <p>The program produced by Vanderbilt's 2014 iGEM software team is named <em>darwin</em>, a Unix command-line tool to produce what are known as "diffs" between two genomic data files. The command to produce the diff is <em>dwndiff</em>, typically invoked by using:</p>
-
  </td>
+
 +
    <p><font face="Courier">dwndiff &lt;file1&gt; &lt;file2&gt;</font></p>
 +
 +
    <p>This creates a file with the extension <font face="Courier">.vcscmp</font> which can be used in typical version control systems.</p>
 +
  </td>
 +
  <td>
 +
    <ul>
 +
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/User_Guide">User Guide</a></li>
 +
      <li><a href="https://2014.igem.org/Team:Vanderbilt_Software/API_Reference">API Reference</a></li>
 +
    </ul>
 +
  </td>
</tr>
</tr>

Revision as of 22:46, 17 October 2014


Home Project Program Team Attributions

Program Description

User Guide and API interface

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.