changeset 8:f99fa69fe0d5 draft

planemo upload
author jowong
date Thu, 22 Nov 2018 07:39:58 -0500
parents 1850de9baad0
children 9e7f04e98343
files kwip.xml
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/kwip.xml	Thu Nov 22 07:02:35 2018 -0500
+++ b/kwip.xml	Thu Nov 22 07:39:58 2018 -0500
@@ -1,4 +1,4 @@
-<tool id="kwip" name="kwip" version="1.1.6">
+<tool id="kwip" name="kwip" version="1.1.7">
     <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>
@@ -10,9 +10,6 @@
         -k kwip.kernel 
         -d kwip.dist 
         $advanced.unweighted
-        #if str( $advanced.calc ) == "True"
-            -w $advanced.weight -C
-        #end if 
         #for $input in $inputs# $(basename "$input.element_identifier" .fastq).ct.gz #end for#
 	#for $input in $inputs# && rm $(basename "$input.element_identifier" .fastq).ct.gz  #end for#
     ]]></command>
@@ -20,8 +17,6 @@
         <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 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)" />
 
         </section>