Mercurial > repos > iuc > khmer_partition
changeset 2:09779cc94f94 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit bfa8bda732de882f6fa5f5375f8468ad229cceea
author | iuc |
---|---|
date | Wed, 09 Nov 2016 05:58:08 -0500 |
parents | 4626b7a63dbc |
children | eacbaa76d6fc |
files | do-partition.xml tool_dependencies.xml |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/do-partition.xml Thu Dec 03 18:42:57 2015 -0500 +++ b/do-partition.xml Wed Nov 09 05:58:08 2016 -0500 @@ -39,6 +39,7 @@ </test> </tests> <help><![CDATA[ + Load in a set of sequences, partition them, merge the partitions, and annotate the original sequences files with the partition information. @@ -47,6 +48,7 @@ `annotate-partitions.py` into one script. This is convenient but should probably not be used for large data sets, because `do-partition.py` doesn't provide save/resume functionality. + ]]> </help> <citations>
--- a/tool_dependencies.xml Thu Dec 03 18:42:57 2015 -0500 +++ b/tool_dependencies.xml Wed Nov 09 05:58:08 2016 -0500 @@ -7,6 +7,6 @@ <repository changeset_revision="639e5e37404d" name="package_screed_0_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="khmer" version="2.0"> - <repository changeset_revision="09e6ec4fbbe0" name="package_khmer_2_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="c02c1e1abd48" name="package_khmer_2_0" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> </tool_dependency>