comparison tool_dependencies.xml @ 1:94b258288866 draft

Uploaded
author insilico-bob
date Thu, 22 Dec 2016 15:30:38 -0500
parents 8e6f0dedfc68
children db0f44260207
comparison
equal deleted inserted replaced
0:8e6f0dedfc68 1:94b258288866
2 <tool_dependency> 2 <tool_dependency>
3 <package name="NGCHMheatmap" version="4.1.2"> 3 <package name="NGCHMheatmap" version="4.1.2">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="move_directory_files"> 6 <action type="move_directory_files">
7 <source>./MDAheatmap</source> 7 <source>$INSTALL_DIR/MDAheatmap</source>
8 <destination>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap</destination> 8 <destination>$GALAXY_ROOT_DIR/config/plugins/visualizations/MDAheatmap</destination>
9 </action> 9 </action>
10 <action type="move_directory_files"> 10 <action type="move_directory_files">
11 <source>./TestFiles</source> 11 <source>$INSTALL_DIR/TestFiles</source>
12 <destination>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination> 12 <destination>$GALAXY_ROOT_DIR/test-data/MDAheatmap</destination>
13 </action> 13 </action>
14 <action type="shell_command">cd $GALAXY_ROOT_DIR/templates/MDAheatmap/templates</action> 14 <action type="shell_command">cd $GALAXY_ROOT_DIR/templates/MDAheatmap/templates</action>
15 <action type="shell_command">make</action> 15 <action type="shell_command">make</action>
16 </actions> 16 </actions>