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

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_transdecoder_2_0_1 commit 993ba7c18dcabb15aa76bca2fcc9211a5f58bf1d
author iuc
date Fri, 20 Nov 2015 06:48:47 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1fb9f6beb8fb
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="transdecoder" version="2.0.1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url" sha256sum="ce069da72c8a04e739f8c057af4f97187bf587d3f0d3db40465dfc2c89393e22">https://github.com/TransDecoder/TransDecoder/archive/2.0.1.tar.gz</action>
7 <action type="shell_command">make</action>
8 <action type="move_file">
9 <source>TransDecoder.LongOrfs</source>
10 <destination>$INSTALL_DIR</destination>
11 </action>
12 <action type="move_file">
13 <source>TransDecoder.Predict</source>
14 <destination>$INSTALL_DIR</destination>
15 </action>
16 <action type="move_directory_files">
17 <source_directory>PerlLib</source_directory>
18 <destination_directory>$INSTALL_DIR/PerlLib</destination_directory>
19 </action>
20 <action type="move_directory_files">
21 <source_directory>util</source_directory>
22 <destination_directory>$INSTALL_DIR/util</destination_directory>
23 </action>
24 <action type="set_environment">
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/</environment_variable>
26 </action>
27 </actions>
28 </install>
29 </package>
30 </tool_dependency>