Mercurial > repos > jjohnson > query_tabular
changeset 1:c7a1a686e42b draft
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/query_tabular commit eefe7cbd5c59de67db7574847bb91e4a404adc03-dirty
author | jjohnson |
---|---|
date | Fri, 12 Feb 2016 07:27:49 -0500 |
parents | 926c62f7fa09 |
children | f5df461a6b90 |
files | query_tabular.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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