comparison tool_dependencies.xml @ 0:6845ddcd5588 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/gotohscan commit d18a08287799b0aa6ca50242ebcc218820923fb2-dirty
author rnateam
date Thu, 02 Jul 2015 12:06:30 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:6845ddcd5588
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="gotohscan" version="1.3">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">https://raw.githubusercontent.com/bgruening/download_store/master/GotohScan/GotohScan-1.3.tar.gz</action>
7 <action type="shell_command">make</action>
8 <action type="move_file">
9 <source>GotohScan</source>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 <environment_variable name="GOTOHSCAN_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
15 </action>
16 </actions>
17 </install>
18 <readme>
19 </readme>
20 </package>
21 </tool_dependency>