Mercurial > repos > jowong > kwip
changeset 2:352616f69941 draft default tip
planemo upload
author | jowong |
---|---|
date | Mon, 26 Nov 2018 03:05:20 -0500 |
parents | 8217df2fd8c5 |
children | |
files | kwip.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/kwip.xml Mon Nov 26 02:38:02 2018 -0500 +++ b/kwip.xml Mon Nov 26 03:05:20 2018 -0500 @@ -1,4 +1,4 @@ -<tool id="kwip" name="kwip" version="1.3.0"> +<tool id="kwip" name="kwip" version="1.3.1"> <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" label="inputs" help="Specify dataset with hashed reads"/> + <param name="inputs" format="data" type="data_collection" 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)" />