changeset 2:c0f72bdba484 draft default tip

Uploaded updated tool dependency definition that copies header files to INSTALL_DIR/include/bam/
author devteam
date Mon, 30 Sep 2013 14:20:29 -0400
parents ecf4ca7388a5
children
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Sep 24 16:19:53 2013 -0400
+++ b/tool_dependencies.xml	Mon Sep 30 14:20:29 2013 -0400
@@ -4,28 +4,28 @@
         <install version="1.0">
             <actions_group>
                 <actions os="linux" architecture="i386">
-                    <action type="download_by_url">http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.18-linux-i386.tgz</action>
+                    <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.18-linux-i386.tgz</action>
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
                 </actions>
                 <actions os="linux" architecture="x86_64">
-                    <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.18-linux-x86_64.tgz</action>
+                    <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.18-linux-x86_64.tgz</action>
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
                 </actions>
                 <actions os="darwin" architecture="i386">
-                    <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.18-Darwin-i386.tgz</action>
+                    <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.18-Darwin-i386.tgz</action>
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
                 </actions>
                 <actions os="darwin" architecture="x86_64">
-                    <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.18-Darwin-x86_64.tgz</action>
+                    <action type="download_by_url" target_filename="samtools-0.1.18.tgz">http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.18-Darwin-x86_64.tgz</action>
                     <action type="move_directory_files">
                         <source_directory>.</source_directory>
                         <destination_directory>$INSTALL_DIR</destination_directory>
@@ -43,10 +43,15 @@
                         <source>libbam.a</source>
                         <destination>$INSTALL_DIR/lib</destination>
                     </action>
+                    <action type="move_directory_files">
+                        <source_directory>src</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>