Previous changeset 0:926c62f7fa09 (2016-01-21) Next changeset 2:f5df461a6b90 (2016-02-12) |
Commit message:
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/query_tabular commit eefe7cbd5c59de67db7574847bb91e4a404adc03-dirty |
modified:
query_tabular.xml |
b |
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 |