comparison tool_dependencies.xml @ 7:a5be88c495b6 draft default tip

Uploaded
author insilico-bob
date Mon, 09 Jan 2017 10:33:33 -0500
parents 87bb8c831da5
children
comparison
equal deleted inserted replaced
6:87bb8c831da5 7:a5be88c495b6
1 <tool_dependency > 1 <tool_dependency >
2 <!-- https://wiki.galaxyproject.org/ToolDependenciesTagSets -->
3 <actions>
4 <action type="shell_command">echo 'starting tool dependency script'</action>
5 <action type="change_directory">/shed_tools/toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm/*/ngchm/</action>
6 <action type="chmod"><file mode="755">./MDAHeatmap/*</file></action>
7 <!--##### Place MDA software in Tools and Visualization directories ##### -->
8 <action type="shell_command">echo 'Place MD Anderson test input and output files in ~/test-data directory'</action>
9 <action type="shell_command">mkdir $GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/</action>
10 <action type="move_directory_files"><source_directory>./MDAHeatmap/</source_directory><destination_directory>$GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/</destination_directory></action>
11 <!-- ##### Place MD Anderson test input and output files in ~/test-data directory ##### -->
12 <action type="shell_command">echo 'Place MD Anderson software in test data directories'</action>
13 <action type="move_directory_files"><source_directory>./TestFiles/</source_directory><destination_directory>$GALAXY_ROOT/test-data/</destination_directory></action>
14 </actions>
15 </tool_dependency> 2 </tool_dependency>