Mercurial > repos > bebatut > export2graphlan
diff tool_dependencies.xml @ 3:953621231a6c draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/export2graphlan/ commit f20ebff87883fc5639f540418257ca04ce8296fb-dirty
author | bebatut |
---|---|
date | Fri, 01 Apr 2016 05:51:29 -0400 |
parents | d2b9ea71c6ed |
children | 4a3676d020e7 |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Mar 31 04:08:32 2016 -0400 +++ b/tool_dependencies.xml Fri Apr 01 05:51:29 2016 -0400 @@ -15,12 +15,17 @@ <action type="shell_command"> hg clone https://hg@bitbucket.org/CibioCM/export2graphlan </action> + <action type="move_file"> + <source>export2graphlan.py</source> + <destination>$INSTALL_DIR/bin/</destination> + </action> <action type="move_directory_files"> - <source_directory>.</source_directory> - <destination_directory>$INSTALL_DIR/</destination_directory> + <source_directory>hclust2</source_directory> + <destination_directory>$INSTALL_DIR/bin/hclust2/</destination_directory> </action> <action type="set_environment"> <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> </action> </actions>