view tool_dependencies.xml @ 5:73d11f6a3cd7 draft

Uploaded
author bgruening
date Fri, 04 Oct 2013 04:46:02 -0400 (2013-10-04)
parents 6b523e1f7acc
children acf3fd6c5c8e
line wrap: on
line source
<?xml version="1.0"?>
<tool_dependency>
    <package name="blast+" version="2.2.28">
        <repository name="package_blast_plus_2_2_28" owner="iuc" />
    </package>
    <package name="hmmer " version="2.3.2">
        <repository name="package_hmmer_2_3_2" owner="lionelguy" />
    </package>
    <package name="hmmer" version="3.0">
        <repository name="package_hmmer_3_0" owner="jjohnson" />
    </package>
    <package name="muscle" version="3.8.31">
        <repository name="package_muscle_3_8_31" owner="bgruening" />
    </package>
    <package name="biopython" version="1.62">
        <repository name="package_biopython_1_62" owner="biopython" />
    </package>
    <package name="antismash_python_deps" version="2.0.2">
        <install version="0.4">
            <actions>
                <action type="setup_virtualenv">helperlibs=0.1.2
straight.plugin=1.4.0-post-1</action>
            </actions>
        </install>
        </install>
        <readme>
            AntiSmash python dependencies.
        </readme>
    </package>
    <package name="antismash" version="2.0.2">
        <install version="1.0">
           <actions_group>
                <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. -->
                <actions os="darwin">
                    <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antiSMASH2.0.2_macosx.zip</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                    <action type="chmod">
                        <file mode="750">$INSTALL_DIR/run_antismash.py</file>
                    </action>
                </actions>
                <!-- Download the binaries for AntiSmash compatible with 64-bit Linux. -->
                <actions os="linux" architecture="x86_64">
                    <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.x86_64.tar.bz2</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                    <action type="chmod">
                        <file mode="750">$INSTALL_DIR/run_antismash.py</file>
                    </action>
                    <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/clusterblast.tar.gz</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR/antismash-2.0.2/antismash/generic_modules/clusterblast</destination_directory>
                    </action>
                </actions>
                <!-- Download the binaries for AntiSmash compatible with 32-bit Linux. -->
                <actions os="linux" architecture="i386">
                    <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.i686.tar.bz2</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                    <action type="chmod">
                        <file mode="750">$INSTALL_DIR/run_antismash.py</file>
                    </action>
                </actions>

                <actions>
                    <action type="download_by_url">https://bitbucket.org/antismash/antismash2/downloads/antismash-2.0.2.x86_64.tar.bz2</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                    <action type="chmod">
                        <file mode="750">$INSTALL_DIR/run_antismash.py</file>
                    </action>
                </actions>

                <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
            AntiSmash installation with all dependencies.
        </readme>
    </package>
</tool_dependency>