# HG changeset patch # User insilico-bob # Date 1483976013 18000 # Node ID a5be88c495b669389c66e8633d1c542a26d739d1 # Parent 87bb8c831da51f1e43278b1d2ca45613a5a45af9 Uploaded diff -r 87bb8c831da5 -r a5be88c495b6 tool_dependencies.xml --- a/tool_dependencies.xml Fri Jan 06 16:11:47 2017 -0500 +++ b/tool_dependencies.xml Mon Jan 09 10:33:33 2017 -0500 @@ -1,15 +1,2 @@ <tool_dependency > -<!-- https://wiki.galaxyproject.org/ToolDependenciesTagSets --> - <actions> - <action type="shell_command">echo 'starting tool dependency script'</action> - <action type="change_directory">/shed_tools/toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm/*/ngchm/</action> - <action type="chmod"><file mode="755">./MDAHeatmap/*</file></action> -<!--##### Place MDA software in Tools and Visualization directories ##### --> - <action type="shell_command">echo 'Place MD Anderson test input and output files in ~/test-data directory'</action> - <action type="shell_command">mkdir $GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/</action> - <action type="move_directory_files"><source_directory>./MDAHeatmap/</source_directory><destination_directory>$GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/</destination_directory></action> -<!-- ##### Place MD Anderson test input and output files in ~/test-data directory ##### --> - <action type="shell_command">echo 'Place MD Anderson software in test data directories'</action> - <action type="move_directory_files"><source_directory>./TestFiles/</source_directory><destination_directory>$GALAXY_ROOT/test-data/</destination_directory></action> - </actions> </tool_dependency>