Team:Vanderbilt Software/Program

From 2014.igem.org

(Difference between revisions)
Line 47: 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>
+
   <td><h3>User Guide and API Reference</h3></td>
</tr>
</tr>
Line 58: Line 58:
     <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>
   </td>
   </td>
-
   <td>
+
   <td valign="top">
     <ul>
     <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/User_Guide">User Guide</a></li>

Revision as of 22:48, 17 October 2014


Home Project 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.