# HG changeset patch
# User jjohnson
# Date 1455280069 18000
# Node ID c7a1a686e42bc71a783c32226ce1b19eff3e2f8f
# Parent  926c62f7fa090f1cb674c1fb2f32794f66db8360
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/query_tabular commit eefe7cbd5c59de67db7574847bb91e4a404adc03-dirty

diff -r 926c62f7fa09 -r c7a1a686e42b query_tabular.xml
--- a/query_tabular.xml	Thu Jan 21 08:23:45 2016 -0500
+++ b/query_tabular.xml	Fri Feb 12 07:27:49 2016 -0500
@@ -60,7 +60,7 @@
   #end if
   #set $jtbl['column_names'] = $col_names
   #if str($tbl.skip_lines) != '':
-    #set $jtbl['comment_lines'] = $tbl.skip_lines
+    #set $jtbl['comment_lines'] = int($tbl.skip_lines)
   #elif $tbl.table.metadata.comment_lines > 0:
     #set $jtbl['comment_lines'] = int($tbl.table.metadata.comment_lines)
   #end if