view tool_dependencies.xml @ 2:db0f44260207 draft

Uploaded
author insilico-bob
date Tue, 27 Dec 2016 14:27:37 -0500
parents 94b258288866
children 715e125409e2
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
 <package name="ngchm_dependencies" version="1.2">
    <install version="1.2">
  	  <actions>
        <action type="move_directory_files">
            <source>$INSTALL_DIR/MDAheatmap</source>
            <destination>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap</destination>
        </action>
        <action type="move_directory_files">
            <source>$INSTALL_DIR/TestFiles</source>
            <destination>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination>
        </action>
        <action type="shell_command">cd $GALAXY_ROOT_DIR/templates/MDAheatmap/templates</action>
        <action type="shell_command">make</action>
     </actions>
   </install>
   <readme>Completed adding MDAnderson ngchm tool to Galaxy</readme>
 </package>
</tool_dependency>