Mercurial > repos > iuc > package_kraken_0_10_6_eaf8fb68
comparison tool_dependencies.xml @ 0:0743afe4dcb8 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_kraken_0_10_6_eaf8fb68/ commit 96e78bfc79601ce09b1e8b13e7927670121e80c1
author | iuc |
---|---|
date | Mon, 21 Mar 2016 11:03:32 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0743afe4dcb8 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="kraken" version="0.10.6-eaf8fb68"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions architecture="x86_64" os="linux"> | |
7 <action type="download_by_url" sha256sum="c6f9ed4682b6ed4c8aa5b31d679cdd781830bd7e5b661a64062f91764cdb6441">https://depot.galaxyproject.org/package/linux/x86_64/kraken/kraken_0.10.6-unreleased-eaf8fb68_linux_x64.tar.gz</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://github.com/DerrickWood/kraken/archive/eaf8fb684d5c93b0b06d1ab5cc0400ba4e8aa625.tar.gz</action> | |
15 <action type="shell_command">sh 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> |