view tool_dependencies.xml @ 0:b2cad51889ea draft

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:38:29 -0400
parents
children
line wrap: on
line source

<tool_dependency>
    <package name="np-likeness-scorer" version="2.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://downloads.sourceforge.net/project/np-likeness/Natural_Product_Likeness_calculator_2.0.zip</action>
               <action type="move_file">
                    <source>Natural_Product_Likeness_calculator_2.0/NP-Likeness-2.0.jar</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="NPLS_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Opsin requires a JAVA (1.5+) runtime evironment.</readme>
    </package>
</tool_dependency>