comparison tool_dependencies.xml @ 0:1b0267fab15a draft default tip

Uploaded
author brenninc
date Sun, 08 May 2016 13:38:12 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1b0267fab15a
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="tagdust" version="2.31">
4 <install version="1.0">
5 <actions>
6
7 <!-- Not using offical code as it contains a weird repeating WTF error message
8 action type="download_by_url">http://sourceforge.net/projects/tagdust/files/tagdust-2.31.tar.gz/download</action-->
9 <action type="download_by_url">https://github.com/Christian-B/galaxy_shedtools/raw/master/package_tagdust_2_31/tagdust-2.31.tar.gz</action>
10 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
11 <action type="shell_command">make</action>
12 <action type="move_directory_files">
13 <source_directory>src</source_directory>
14 <destination_directory>$INSTALL_DIR/src</destination_directory>
15 </action>
16 <action type="set_environment">
17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/src</environment_variable>
18 <environment_variable action="set_to" name="TAGDUST_ROOT">$INSTALL_DIR</environment_variable>
19 </action>
20 </actions>
21 </install>
22 <readme />
23 </package>
24 </tool_dependency>