|
8
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
20
|
3 <set_environment version="1.0">
|
|
21
|
4 <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
|
|
20
|
5 </set_environment>
|
|
95
|
6 <package name="samtools" version="0.1.12">
|
|
79
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
95
|
9 <action type="download_by_url">http://ec2-184-73-120-244.compute-1.amazonaws.com/modENCODE_Galaxy/tool_dependencies/samtools/samtools</action>
|
|
|
10 <action type="shell_command">chmod ago+x samtools</action>
|
|
89
|
11 <action type="move_file">
|
|
85
|
12 <source>samtools</source>
|
|
79
|
13 <destination>$INSTALL_DIR/bin</destination>
|
|
|
14 </action>
|
|
95
|
15 <action type="download_by_url">http://ec2-184-73-120-244.compute-1.amazonaws.com/modENCODE_Galaxy/tool_dependencies/samtools/maq2sam-long</action>
|
|
98
|
16 <action type="shell_command">chmod ago+x maq2sam-long</action>
|
|
79
|
17 <action type="move_file">
|
|
95
|
18 <source>maq2sam-long</source>
|
|
79
|
19 <destination>$INSTALL_DIR/bin</destination>
|
|
89
|
20 </action>
|
|
79
|
21 <action type="set_environment">
|
|
|
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
23 </action>
|
|
|
24 </actions>
|
|
|
25 </install>
|
|
|
26 <readme>Compiling SAMtools requires the ncurses and zlib development libraries.</readme>
|
|
|
27 </package>
|
|
8
|
28 </tool_dependency>
|