comparison tool_dependencies.xml @ 0:bafddeadd6aa draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_kraken_0_10_5/tool_dependencies.xml commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:59:03 -0400
parents
children 89a36b0f718c
comparison
equal deleted inserted replaced
-1:000000000000 0:bafddeadd6aa
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="kraken" version="0.10.5">
4 <install version="1.0">
5 <actions_group>
6 <actions architecture="x86_64" os="linux">
7 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken-0.10.5-beta-Linux_x86_64.zip</action>
8 <action type="move_directory_files">
9 <source_directory>.</source_directory>
10 <destination_directory>$INSTALL_DIR</destination_directory>
11 </action>
12 </actions>
13 <actions>
14 <action type="download_by_url">https://ccb.jhu.edu/software/kraken/dl/kraken-0.10.5-beta.tgz</action>
15 <action type="shell_command">install_kraken.sh $INSTALL_DIR/bin</action>
16 </actions>
17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 </action>
20 </actions_group>
21 </install>
22 <readme>
23 <![CDATA[
24 Kraken is a system for assigning taxonomic labels to short DNA sequences, usually obtained
25 through metagenomic studies. Previous attempts by other bioinformatics software to accomplish
26 this task have often used sequence alignment or machine learning techniques that were quite
27 slow, leading to the development of less sensitive but much faster abundance estimation programs.
28 Kraken aims to achieve high sensitivity and high speed by utilizing exact alignments of k-mers
29 and a novel classification algorithm.
30 ]]>
31 </readme>
32 </package>
33 </tool_dependency>