diff save_images.xml @ 5:33f4fa1413fb draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author bgruening
date Fri, 26 Feb 2021 14:09:57 +0000
parents a45d360ae9d9
children 27edbb90ab2b
line wrap: on
line diff
--- a/save_images.xml	Sat Feb 06 09:58:52 2021 +0000
+++ b/save_images.xml	Fri Feb 26 14:09:57 2021 +0000
@@ -1,8 +1,9 @@
-<tool id="cp_save_images" name="SaveImages" version="@CP_VERSION@">
+<tool id="cp_save_images" name="SaveImages" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
     <description>or movie files</description>
 
     <macros>
         <import>macros.xml</import>
+        <token name="@VERSION_SUFFIX@">1</token>
         <xml name="file_format">
             <param name="file_format" label="Saved the format to save the image(s)" type="select">
                 <help>
@@ -89,7 +90,7 @@
     else:
         _str += FOURSPACES + "Enter single file name:OrigBlue\n"
         no_of_digits = 4
-    append_suffix = params['con_method_for_constructing']['con_append_suffix']['append_suffix']
+        append_suffix = params['con_method_for_constructing']['con_append_suffix']['append_suffix']
 
     _str += FOURSPACES + "Number of digits:%d\n" % no_of_digits
     _str += FOURSPACES + "Append a suffix to the image file name?:%s\n" % append_suffix