view tool_dependencies.xml @ 0:99dc4bdb1d35 draft

Uploaded
author nikos
date Tue, 05 Aug 2014 07:44:03 -0400
parents
children bce77c02cc5f
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="bigWigSummary">
        <install version="1.0">
	    <actions_group>
                <actions os="linux" architecture="x86_64">
                    <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigSummary</url_template></action>
	            <action type="move_directory_files">
            		<source_directory>.</source_directory>
            		<destination_directory>$INSTALL_DIR</destination_directory>
        	    </action>
		</actions>


		<action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
        </readme>
    </package>
    <package name="bigWigInfo">
        <install version="1.0">
            <actions_group>
                <actions os="linux" architecture="x86_64">
                    <action type="download_binary"><url_template>http://hgdownload.soe.ucsc.edu/admin/exe/linux.x86_64/bigWigInfo</url_template></action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                </actions>


                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>