Mercurial > repos > bebatut > graphlan
comparison tool_dependencies.xml @ 1:5cdaa98d9376 draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit f20ebff87883fc5639f540418257ca04ce8296fb-dirty
author | bebatut |
---|---|
date | Fri, 01 Apr 2016 05:51:57 -0400 |
parents | c5746c07ca5e |
children | 64e69b47b4ec |
comparison
equal
deleted
inserted
replaced
0:c5746c07ca5e | 1:5cdaa98d9376 |
---|---|
8 </package> | 8 </package> |
9 <package name="graphlan" version="1.0"> | 9 <package name="graphlan" version="1.0"> |
10 <install version="1.0"> | 10 <install version="1.0"> |
11 <actions> | 11 <actions> |
12 <action type="shell_command"> | 12 <action type="shell_command"> |
13 hg clone https://hg@bitbucket.org/nsegata/graphlan | 13 hg clone -u 1.0 https://hg@bitbucket.org/nsegata/graphlan |
14 </action> | 14 </action> |
15 <action type="move_directory_files"> | 15 <action type="move_directory_files"> |
16 <source_directory>.</source_directory> | 16 <source_directory>.</source_directory> |
17 <destination_directory>$INSTALL_DIR/</destination_directory> | 17 <destination_directory>$INSTALL_DIR/bin/</destination_directory> |
18 </action> | 18 </action> |
19 <action type="set_environment"> | 19 <action type="set_environment"> |
20 <environment_variable action="set_to" name="GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> | 20 <environment_variable action="set_to" name="GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> |
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
22 </action> | 22 </action> |