# HG changeset patch # User jjohnson # Date 1455280195 18000 # Node ID 727620f718c22994faa8e8c7dbfa9007a7d0fddb # Parent afdbc71983536abba3dad66ba1a44283c46edd57 planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/query_tabular commit eefe7cbd5c59de67db7574847bb91e4a404adc03-dirty diff -r afdbc7198353 -r 727620f718c2 query_tabular.xml --- a/query_tabular.xml Thu Jan 21 08:09:36 2016 -0500 +++ b/query_tabular.xml Fri Feb 12 07:29:55 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