Mercurial > repos > jjohnson > query_tabular
comparison query_tabular.xml @ 5:727620f718c2 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:29:55 -0500 |
| parents | afdbc7198353 |
| children | b9a6b07d0d2e |
comparison
equal
deleted
inserted
replaced
| 4:afdbc7198353 | 5:727620f718c2 |
|---|---|
| 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 |
