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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
1 <?xml version="1.0"?>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
2 <tool_dependency>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
3 <package name="hamstring" version="1.0">
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
4 <install version="1.0">
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
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
950609434f7a Uploaded
matt-shirley
parents: 1
diff changeset
8 <action type="shell_command">python setup.py install --home $INSTALL_DIR</action>
1
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
9 </actions>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
10 </install>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
11 <readme>Hamstring python module requires Python 2.7
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
12 </readme>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
13 </package>
7911d648cf29 Uploaded
matt-shirley
parents:
diff changeset
14 </tool_dependency>