diff kwip.xml @ 2:80d123aa88b1 draft

planemo upload
author jowong
date Mon, 19 Nov 2018 07:02:37 -0500
parents 66d91eade17a
children a234558c5a40
line wrap: on
line diff
--- a/kwip.xml	Mon Nov 19 06:55:01 2018 -0500
+++ b/kwip.xml	Mon Nov 19 07:02:37 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="kwip" name="kwip" version="1.1.1">
+<tool id="kwip" name="kwip" version="1.1.2">
     <description>Calculates CNV of genomic data based on template</description>
     <requirements>
         <requirement type="package" version="0.2.0">kwip</requirement>
@@ -12,12 +12,12 @@
         #if str( $advanced.calc ) == "True"
             -w $advanced.weight -C
         #end if 
-        #for $path in $paths# $path #end for#
+        #for $input in $inputs# $input #end for#
     ]]></command>
     <inputs>
-        <param name="input" format="data" type="data_collection" label="input" 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="Small count" checked="false" truevalue="--unweighted" falsevalue="" help="Use the unweighted inner proudct kernel. (default: 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 type="boolean" name="calc" label="Calculate only the bin weight vector, not kernel matrix." help="Calculate only the bin weight vector, not kernel matrix with bin weight vector file" truevalue="True" falsevalue="False" checked="false" />
             <param type="data" name="weight" label="Bin weight vector file" help="Bin weight vector file (input, or output w/ -C)." />
             <param name="thread" type="integer" value="1" label="Threads" help="Number of simultaneous threads to execute (default: 1)" />