Mercurial > repos > iuc > query_tabular
diff macros.xml @ 15:09dcef57a945 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit dd35055c76d86fe98985b5825c1751efb8208242
| author | iuc |
|---|---|
| date | Thu, 27 Jun 2024 17:22:43 +0000 |
| parents | 3c54ecaf63b4 |
| children |
line wrap: on
line diff
--- a/macros.xml Wed Sep 13 12:14:32 2023 +0000 +++ b/macros.xml Thu Jun 27 17:22:43 2024 +0000 @@ -8,8 +8,8 @@ #set $skip_lines = None #if str($fi.filter.skip_lines) != '': #set $skip_lines = int($fi.filter.skip_lines) - #elif $tbl.table.metadata.comment_lines and $tbl.table.metadata.comment_lines > 0: - #set $skip_lines = int($tbl.table.metadata.comment_lines) + #elif $table.metadata.comment_lines and int($table.metadata.comment_lines) > 0: + #set $skip_lines = int($table.metadata.comment_lines) #end if #if $skip_lines is not None: #set $filter_dict = dict()
