Mercurial > repos > matt-shirley > hamstring
annotate 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 |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
8 | 3 <package name="hamstring" version="1.01"> |
4 <install version="1.01"> | |
1 | 5 <actions> |
4
7a90dedf5377
Update hamstring installation
Matt Shirley <mdshw5@gmail.com>
parents:
3
diff
changeset
|
6 <action type="shell_command">git clone git://github.com/mdshw5/hamstring.git</action> |
7
4c66fade2391
Update hamstring installation
Matt Shirley <mdshw5@gmail.com>
parents:
6
diff
changeset
|
7 <action type="shell_command">mv fixFastq.py $INSTALL_DIR</action> |
3 | 8 <action type="shell_command">python setup.py install --home $INSTALL_DIR</action> |
1 | 9 </actions> |
10 </install> | |
11 <readme>Hamstring python module requires Python 2.7 | |
12 </readme> | |
13 </package> | |
14 </tool_dependency> |