view tool_dependencies.xml @ 1:89a36b0f718c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_kraken_0_10_5/tool_dependencies.xml commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 10:33:18 -0400
parents bafddeadd6aa
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="kraken" version="0.10.5">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken-0.10.5-beta-Linux-x86_64.tar.gz</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                </actions>
                <actions>
                    <action type="download_by_url">https://ccb.jhu.edu/software/kraken/dl/kraken-0.10.5-beta.tgz</action>
                    <action type="shell_command">sh install_kraken.sh $INSTALL_DIR/bin ; /bin/true</action>
                </actions>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
<![CDATA[
Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained
through metagenomic studies. Previous attempts by other bioinformatics software to accomplish
this task have often used sequence alignment or machine learning techniques that were quite
slow, leading to the development of less sensitive but much faster abundance estimation programs.
Kraken aims to achieve high sensitivity and high speed by utilizing exact alignments of k-mers
and a novel classification algorithm.
]]>
        </readme>
    </package>
</tool_dependency>