view tool_dependencies.xml @ 0:bb26e23d7178 draft default tip

planemo upload commit 870da8582a7bc43817b1de0720397ae60a8efef6-dirty
author nml
date Tue, 15 Dec 2015 14:18:56 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="spolpred" version="1.0.0">
        <install version="1.0">
            <actions>
                <action type="make_directory">spolpred</action>
                <action type="change_directory">spolpred</action>
                <action type="shell_command">wget "http://pathogenseq.lshtm.ac.uk/downloads/spolpred.cpp"</action>
                <action type="shell_command">g++ spolpred.cpp</action>
                <action type="shell_command">mv a.out spolpred</action>
                <action type="set_environment">
                  <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/spolpred</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
This installs SpolPred 1.0.0.

See manual here http://pathogenseq.lshtm.ac.uk/downloads/spolpredmanual.pdf
See also here http://pathogenseq.lshtm.ac.uk/spolpred
        </readme>
    </package>
</tool_dependency>