changeset 10:1c03467f2267 draft

planemo upload
author jowong
date Thu, 22 Nov 2018 08:25:09 -0500
parents 9e7f04e98343
children a1dbbc803160
files kwip.xml
diffstat 1 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/kwip.xml	Thu Nov 22 08:18:36 2018 -0500
+++ b/kwip.xml	Thu Nov 22 08:25:09 2018 -0500
@@ -1,16 +1,10 @@
-<tool id="kwip" name="kwip" version="1.1.8">
+<tool id="kwip" name="kwip" version="1.1.9">
     <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>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        #for $input in $inputs# cp $input $(basename "$input.element_identifier" .fastq).ct.gz && #end for# 
-        kwip 
-        -t $advanced.thread 
-        -k kwip.kernel 
-        -d kwip.dist 
-        $advanced.unweighted
-        #for $input in $inputs# $(basename "$input.element_identifier" .fastq).ct.gz #end for#
+	kwip -h
     ]]></command>
     <inputs>
         <param name="inputs" format="data" type="data_collection" label="inputs" help="Specify dataset with hashed reads"/>