Mercurial > repos > iuc > package_jellyfish_1_1_11
comparison tool_dependencies.xml @ 0:ccc747644181 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_jellyfish_1_11_11/tool_dependencies.xml commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author | iuc |
---|---|
date | Tue, 19 May 2015 14:58:58 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ccc747644181 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="jellyfish" version="1.1.11"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <action type="download_by_url">http://www.cbcb.umd.edu/software/jellyfish/jellyfish-1.1.11.tar.gz</action> | |
7 <action type="autoconf"/> | |
8 <action type="set_environment"> | |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
11 <environment_variable name="JELLYFISH_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 <![CDATA[ | |
17 JELLYFISH is a tool for fast, memory-efficient counting of k-mers in DNA. A k-mer is a substring of length k, and counting the occurrences of all such substrings is a central step in many analyses of DNA sequence. JELLYFISH can count k-mers using an order of magnitude less memory and an order of magnitude faster than other k-mer counting packages by using an efficient encoding of a hash table and by exploiting the "compare-and-swap" CPU instruction to increase parallelism. | |
18 ]]> | |
19 </readme> | |
20 </package> | |
21 </tool_dependency> |