view tool_dependencies.xml @ 0:a6c82a5d0b51 draft default tip

Uploaded
author biomonika
date Tue, 17 Feb 2015 21:40:19 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="samtools-fpic" version="0.1.19">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://sourceforge.net/projects/samtools/files/samtools/0.1.19/samtools-0.1.19.tar.bz2</action>
                <action type="shell_command">sed -i 's/O2/O2 -fPIC/' Makefile</action>
                <action type="shell_command">make</action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                    <environment_variable name="SAMTOOLS" action="set_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling samtools with fPIC in order to create bam.h and compiled libbam.a files</readme>
    </package>
</tool_dependency>