# HG changeset patch # User insilico-bob # Date 1483735990 18000 # Node ID d3d47c77ec796a20b8afb9e0c59614393bcbd205 # Parent 715e125409e29e3c3626acd412ee43bc4e7eb6a2 Uploaded diff -r 715e125409e2 -r d3d47c77ec79 tool_dependencies.xml --- a/tool_dependencies.xml Fri Dec 30 12:44:38 2016 -0500 +++ b/tool_dependencies.xml Fri Jan 06 15:53:10 2017 -0500 @@ -1,24 +1,15 @@ - - - - - - cd $GALAXY_ROOT_DIR - hg clone https://insilico-bob@toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm - mkdir -p -m 777 $GALAXY_ROOT_DIR/test-data/MDAheatmap - - ./TestFiles - $GALAXY_ROOT_DIR/test-data/MDAheatmap - - mkdir -p -m 777 $GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/ - - ./MDAheatmap/ - $GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/ - - cd $GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap/templates - make - - - Completed adding MDAnderson ngchm tool to Galaxy - + + + + echo 'starting tool dependency script' + /shed_tools/toolshed.g2.bx.psu.edu/repos/insilico-bob/ngchm_dependencies/*/ngchm_dependencies/ + ./MDAHeatmap/* + + echo 'Place MD Anderson test input and output files in ~/test-data directory' + mkdir $GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/ + ./MDAHeatmap/$GALAXY_ROOT/config/plugins/visualizations/mda_heatmap_viz/ + + echo 'Place MD Anderson software in test data directories' + ./TestFiles/$GALAXY_ROOT/test-data/ +