changeset 19:49cd42efcb51 draft

planemo upload
author jowong
date Thu, 22 Nov 2018 09:19:15 -0500
parents c4a104f23ecd
children 034c1cec77f3
files kwip.xml
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kwip.xml	Thu Nov 22 09:14:00 2018 -0500
+++ b/kwip.xml	Thu Nov 22 09:19:15 2018 -0500
@@ -1,15 +1,15 @@
-<tool id="kwip" name="kwip" version="1.2.6">
+<tool id="kwip" name="kwip" version="1.2.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>
     </requirements>
     <command detect_errors="exit_code"><![CDATA[
-        #for $input in $inputs# cp $input $(input).ct.gz && #end for# 
+        #for $input in $inputs# cp $input $(input.element_identifier).ct.gz && #end for# 
         kwip 
         -t $advanced.thread 
         -k kwip.kernel 
         -d kwip.dist 
-        #for $input in $inputs# $(input).ct.gz #end for#
+        #for $input in $inputs# $(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"/>