changeset 1:8217df2fd8c5 draft

planemo upload
author jowong
date Mon, 26 Nov 2018 02:38:02 -0500
parents 6c38443b46ac
children 352616f69941
files kwip.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kwip.xml	Thu Nov 22 09:47:44 2018 -0500
+++ b/kwip.xml	Mon Nov 26 02:38:02 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="kwip" name="kwip" version="1.2.9">
+<tool id="kwip" name="kwip" version="1.3.0">
     <description>Calculates k-mer weighted inner product, a de novo estimator of genetic similarity</description>
     <requirements>
         <requirement type="package" version="0.2.0">kwip</requirement>
@@ -13,7 +13,7 @@
         #for $input in $inputs# && rm $(input.element_identifier).ct.gz #end for#
     ]]></command>
     <inputs>
-        <param name="inputs" format="data" type="data_collection" label="inputs" help="Specify dataset with hashed reads"/>
+        <param name="inputs" format="data" type="data" label="inputs" help="Specify dataset with hashed reads"/>
         <section name="advanced" title="Advanced options" expanded="false">
             <param type="boolean" argument="--unweighted" label="Unweighted Inner Product" checked="false" truevalue="--unweighted" falsevalue="" help="Use the unweighted inner proudct kernel. (default: False)"/>
             <param name="thread" type="integer" value="1" label="Threads" help="Number of simultaneous threads to execute (default: 1)" />