Mercurial > repos > insilico-bob > ngchm_dependencies
changeset 1:94b258288866 draft
Uploaded
author | insilico-bob |
---|---|
date | Thu, 22 Dec 2016 15:30:38 -0500 |
parents | 8e6f0dedfc68 |
children | db0f44260207 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Dec 22 15:05:01 2016 -0500 +++ b/tool_dependencies.xml Thu Dec 22 15:30:38 2016 -0500 @@ -4,11 +4,11 @@ <install version="1.0"> <actions> <action type="move_directory_files"> - <source>./MDAheatmap</source> + <source>$INSTALL_DIR/MDAheatmap</source> <destination>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap</destination> </action> <action type="move_directory_files"> - <source>./TestFiles</source> + <source>$INSTALL_DIR/TestFiles</source> <destination>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination> </action> <action type="shell_command">cd $GALAXY_ROOT_DIR/templates/MDAheatmap/templates</action>