diff pretext_map.xml @ 7:b070f46b218c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit e387e8541eb3e9c5ce56440f955a3b6f2aa27d08
author iuc
date Mon, 28 Oct 2024 09:15:31 +0000
parents 1ae5b58fe3e6
children
line wrap: on
line diff
--- a/pretext_map.xml	Fri Feb 04 21:22:56 2022 +0000
+++ b/pretext_map.xml	Mon Oct 28 09:15:31 2024 +0000
@@ -2,7 +2,7 @@
     <description>converts SAM or BAM files into genome contact maps</description>
     <macros>
         <token name="@TOOL_VERSION@">0.1.9</token>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
     </macros>
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">pretextmap</requirement>
@@ -23,7 +23,7 @@
             --sortby name
             --sortorder $sorting.sortorder
         #end if
-        #if $map_qual:
+        #if str($map_qual):
             --mapq $map_qual
         #end if
         #if $filter.filter_type == "in":