changeset 7:511e5e3cd55e draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/pretext commit d4d8ca8335f9ec33fb889c9b283b9455190d2fb1
author iuc
date Tue, 19 Dec 2023 05:35:26 +0000
parents dfb8a4497339
children 79b48f02db49
files pretext_map.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pretext_map.xml	Fri Feb 04 21:24:37 2022 +0000
+++ b/pretext_map.xml	Tue Dec 19 05:35:26 2023 +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":