0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="bowtie" version="1.0.0">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://downloads.sourceforge.net/project/bowtie-bio/bowtie/1.0.0/bowtie-1.0.0-src.zip</action>
|
|
7 <action type="shell_command">make</action>
|
|
8 <action type="move_file">
|
|
9 <source>bowtie</source>
|
|
10 <destination>$INSTALL_DIR/bin</destination>
|
|
11 </action>
|
|
12 <action type="move_file">
|
|
13 <source>bowtie-build</source>
|
|
14 <destination>$INSTALL_DIR/bin</destination>
|
|
15 </action>
|
|
16 <action type="move_file">
|
|
17 <source>bowtie-inspect</source>
|
|
18 <destination>$INSTALL_DIR/bin</destination>
|
|
19 </action>
|
|
20 <action type="set_environment">
|
|
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
22 </action>
|
|
23 </actions>
|
|
24 </install>
|
|
25 <readme>
|
|
26 Compiling Bowtie requires libpthread to be present on your system.
|
|
27 </readme>
|
|
28 </package>
|
|
29 </tool_dependency>
|