Mercurial > repos > jjohnson > query_tabular
comparison query_tabular.xml @ 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 |
comparison
equal
deleted
inserted
replaced
0:926c62f7fa09 | 1:c7a1a686e42b |
---|---|
58 #else | 58 #else |
59 #set $col_names = '' | 59 #set $col_names = '' |
60 #end if | 60 #end if |
61 #set $jtbl['column_names'] = $col_names | 61 #set $jtbl['column_names'] = $col_names |
62 #if str($tbl.skip_lines) != '': | 62 #if str($tbl.skip_lines) != '': |
63 #set $jtbl['comment_lines'] = $tbl.skip_lines | 63 #set $jtbl['comment_lines'] = int($tbl.skip_lines) |
64 #elif $tbl.table.metadata.comment_lines > 0: | 64 #elif $tbl.table.metadata.comment_lines > 0: |
65 #set $jtbl['comment_lines'] = int($tbl.table.metadata.comment_lines) | 65 #set $jtbl['comment_lines'] = int($tbl.table.metadata.comment_lines) |
66 #end if | 66 #end if |
67 #set $jtbls += [$jtbl] | 67 #set $jtbls += [$jtbl] |
68 #end for | 68 #end for |