comparison tool_dependencies.xml @ 2:171cd8bc208d draft default tip

Uploaded tool dependency definition that also copies header files to include/bam.
author devteam
date Tue, 01 Oct 2013 11:14:21 -0400
parents fd1537dcbe4a
children
comparison
equal deleted inserted replaced
1:fd1537dcbe4a 2:171cd8bc208d
41 </action> 41 </action>
42 <action type="move_file"> 42 <action type="move_file">
43 <source>libbam.a</source> 43 <source>libbam.a</source>
44 <destination>$INSTALL_DIR/lib</destination> 44 <destination>$INSTALL_DIR/lib</destination>
45 </action> 45 </action>
46 <action type="move_directory_files">
47 <source_directory>.</source_directory>
48 <destination_directory>$INSTALL_DIR/include/bam</destination_directory>
49 </action>
46 </actions> 50 </actions>
47 <action type="set_environment"> 51 <action type="set_environment">
48 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 52 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
49 <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable> 53 <environment_variable name="BAM_LIB_PATH" action="set_to">$INSTALL_DIR/lib</environment_variable>
54 <environment_variable name="BAM_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
50 </action> 55 </action>
51 </actions_group> 56 </actions_group>
52 </install> 57 </install>
53 <readme> 58 <readme>
54 Program: samtools (Tools for alignments in the SAM format) 59 Program: samtools (Tools for alignments in the SAM format)