comparison tool_dependencies.xml @ 0:a2e1d1f25e35 draft default tip

Uploaded
author urgi-team
date Thu, 10 Jul 2014 09:32:30 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a2e1d1f25e35
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="tandem_repeats_finder" version="4.0">
4 <install version="1.0">
5 <actions_group>
6 <actions os="linux" architecture="x86_64">
7 <action type="download_by_url" target_filename="trf">http://tandem.bu.edu/trf/downloads/trf400.linuxAMD64.exe</action>
8 <action type="move_directory_files">
9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action>
12 <action type="chmod">
13 <file mode="750">$INSTALL_DIR/trf</file>
14 </action>
15 </actions>
16 <actions os="linux" architecture="i386">
17 <action type="download_by_url" target_filename="trf">http://tandem.bu.edu/trf/downloads/trf400.linux.exe</action>
18 <action type="move_directory_files">
19 <source_directory>.</source_directory>
20 <destination_directory>$INSTALL_DIR</destination_directory>
21 </action>
22 <action type="chmod">
23 <file mode="750">$INSTALL_DIR/trf</file>
24 </action>
25 </actions>
26 <action type="set_environment">
27 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
28 </action>
29 </actions_group>
30 </install>
31 </package>
32 </tool_dependency>