| Previous changeset 50:41812e31b786 (2016-12-30) Next changeset 52:3f28564c35e7 (2017-01-06) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 41812e31b786 -r 6cfeeb15881f tool_dependencies.xml --- a/tool_dependencies.xml Fri Dec 30 12:54:12 2016 -0500 +++ b/tool_dependencies.xml Fri Jan 06 14:06:22 2017 -0500 |
| b |
| @@ -1,20 +1,16 @@ -<?xml version="1.0"?> -<tool_dependency> - <actions> - <action type="shell_command">cd $GALAXY_ROOT_DIR</action> - <action type="shell_command">hg clone https://insilico-bob@toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm</action> - <action type="shell_command">mkdir -p -m 777 $GALAXY_ROOT_DIR/test-data/MDAheatmap</action> - <action type="move_directory_files"> - <source_directory>./TestFiles</source_directory> - <destination_directory>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination_directory> - </action> - <action type="shell_command">mkdir -p -m 777 $GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/</action> - <action type="move_directory_files"> - <source_directory>./MDAheatmap/</source_directory> - <destination_directory>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/</destination_directory> - </action> - <action type="shell_command">cd $GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/templates</action> - <action type="shell_command">make</action> - </actions> - <readme>Completed adding MDAnderson ngchm tool to Galaxy</readme> +<tool_dependency > +<!-- https://wiki.galaxyproject.org/ToolDependenciesTagSets --> + <actions> + <action type="change_directory">/shed_tools/toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm/*/ngchm/</action> + <action type="chmod"><file mode="755">./NGCHMHeatmap/*</file></action> + <action type="move_directory_files"><source_directory>./NGCHMHeatmap/</source_directory><destination_directory>$GALAXY_ROOT/config/plugins/visualizations</destination_directory></action> +<!--##### Place MDA software in Tools and Visualization directories ##### --> + <action type="shell_command">mv ./mda_heatmap_viz/ /$GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/ </action> + <action type="shell_command">chmod 777 /$GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/ </action> +<!-- ##### Place MDA test input and output files in ~/test-data directory ##### --> + <action type="shell_command">mv ./ngchm-matrix-functional-test-data/400x400.txt /$GALAXY_ROOT/test-data/</action> + <action type="shell_command">mv ./ngchm-matrix-functional-test-data/400x400-row-covariate.txt /$GALAXY_ROOT/test-data/</action> + <action type="shell_command">mv ./ngchm-matrix-functional-test-data/400x400-column-covariate.txt /$GALAXY_ROOT/test-data/</action> + <action type="shell_command">mv ./ngchm-matrix-functional-test-data/Galaxy400x400-noCovariates.ngchm /$GALAXY_ROOT/test-data/</action> + </actions> </tool_dependency> |