view tool_dependencies.xml @ 8:61f9e983ece4 draft default tip

Increment version
author Matt Shirley <mdshw5@gmail.com>
date Sun, 31 Mar 2013 11:32:11 -0400
parents 4c66fade2391
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="hamstring" version="1.01">
    <install version="1.01">
      <actions>
	<action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action>
	<action type="shell_command">mv fixFastq.py $INSTALL_DIR</action>
	<action type="shell_command">python setup.py install --home $INSTALL_DIR</action>
      </actions>
    </install>
    <readme>Hamstring python module requires Python 2.7
    </readme>
  </package>
</tool_dependency>