Mercurial > repos > matt-shirley > hamstring
annotate tool_dependencies.xml @ 6:265de24f1af6 draft
Update hamstring installation
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Sun, 31 Mar 2013 10:46:31 -0400 |
parents | 7a90dedf5377 |
children | 4c66fade2391 |
rev | line source |
---|---|
1 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="hamstring" version="1.0"> | |
4 <install version="1.0"> | |
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> |
6
265de24f1af6
Update hamstring installation
Matt Shirley <mdshw5@gmail.com>
parents:
4
diff
changeset
|
7 <action type="shell_command">mv hamstring/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> |