Mercurial > repos > iuc > khmer_partition
changeset 4:c72a41a26c7d draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/tools/khmer/ commit bfa8bda732de882f6fa5f5375f8468ad229cceea
| author | iuc |
|---|---|
| date | Wed, 09 Nov 2016 06:05:04 -0500 |
| parents | e4e4e69e12ae |
| children | 4ff373852ec5 |
| 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:40:53 2015 -0500 +++ b/do-partition.xml Wed Nov 09 06:05:04 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:40:53 2015 -0500 +++ b/tool_dependencies.xml Wed Nov 09 06:05:04 2016 -0500 @@ -7,6 +7,6 @@ <repository changeset_revision="b35a64ef1cde" name="package_screed_0_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="khmer" version="2.0"> - <repository changeset_revision="49b5183ca337" name="package_khmer_2_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> + <repository changeset_revision="45919aef3a77" name="package_khmer_2_0" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency>
