# HG changeset patch # User insilico-bob # Date 1482437101 18000 # Node ID 8e6f0dedfc688cbdafcaf7f07aefa3931c1f740e Uploaded diff -r 000000000000 -r 8e6f0dedfc68 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Dec 22 15:05:01 2016 -0500 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="NGCHMheatmap" version="4.1.2"> + <install version="1.0"> + <actions> + <action type="move_directory_files"> + <source>./MDAheatmap</source> + <destination>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap</destination> + </action> + <action type="move_directory_files"> + <source>./TestFiles</source> + <destination>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination> + </action> + <action type="shell_command">cd $GALAXY_ROOT_DIR/templates/MDAheatmap/templates</action> + <action type="shell_command">make</action> + </actions> + </install> + <readme>Completed adding MDAnderson ngchm tool to Galaxy</readme> + </package> +</tool_dependency> \ No newline at end of file