Mercurial > repos > bebatut > export2graphlan
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 2:d2b9ea71c6ed | 3:953621231a6c |
|---|---|
| 13 <install version="1.0"> | 13 <install version="1.0"> |
| 14 <actions> | 14 <actions> |
| 15 <action type="shell_command"> | 15 <action type="shell_command"> |
| 16 hg clone https://hg@bitbucket.org/CibioCM/export2graphlan | 16 hg clone https://hg@bitbucket.org/CibioCM/export2graphlan |
| 17 </action> | 17 </action> |
| 18 <action type="move_file"> | |
| 19 <source>export2graphlan.py</source> | |
| 20 <destination>$INSTALL_DIR/bin/</destination> | |
| 21 </action> | |
| 18 <action type="move_directory_files"> | 22 <action type="move_directory_files"> |
| 19 <source_directory>.</source_directory> | 23 <source_directory>hclust2</source_directory> |
| 20 <destination_directory>$INSTALL_DIR/</destination_directory> | 24 <destination_directory>$INSTALL_DIR/bin/hclust2/</destination_directory> |
| 21 </action> | 25 </action> |
| 22 <action type="set_environment"> | 26 <action type="set_environment"> |
| 23 <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> | 27 <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> |
| 28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable> | |
| 24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> | 29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable> |
| 25 </action> | 30 </action> |
| 26 </actions> | 31 </actions> |
| 27 </install> | 32 </install> |
| 28 <readme /> | 33 <readme /> |
