Repository 'package_samtools_0_1_18'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/package_samtools_0_1_18

Changeset 2:171cd8bc208d (2013-10-01)
Previous changeset 1:fd1537dcbe4a (2013-09-25)
Commit message:
Uploaded tool dependency definition that also copies header files to include/bam.
modified:
tool_dependencies.xml
b
diff -r fd1537dcbe4a -r 171cd8bc208d tool_dependencies.xml
--- a/tool_dependencies.xml Wed Sep 25 10:51:13 2013 -0400
+++ b/tool_dependencies.xml Tue Oct 01 11:14:21 2013 -0400
b
@@ -43,10 +43,15 @@
                         <source>libbam.a</source>
                         <destination>$INSTALL_DIR/lib</destination>
                     </action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR/include/bam</destination_directory>
+                    </action>
                 </actions>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                     <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="BAM_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
                 </action>
             </actions_group>
         </install>