Repository 'ngchm'
hg clone https://toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm

Changeset 59:fbdf617b52e5 (2017-01-06)
Previous changeset 58:6a9e1122b574 (2017-01-06) Next changeset 60:aa9347e96770 (2017-01-06)
Commit message:
Deleted selected files
removed:
tool_dependencies.xml
b
diff -r 6a9e1122b574 -r fbdf617b52e5 tool_dependencies.xml
--- a/tool_dependencies.xml Fri Jan 06 16:03:08 2017 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
b
@@ -1,15 +0,0 @@
-<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>