changeset 115:da7522d77581 draft

planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author ximgchess
date Tue, 30 May 2023 12:52:12 +0000
parents a1c829c11fef
children 7280ef006c96
files tomo/tomo_reduce.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tomo/tomo_reduce.xml	Fri May 26 15:09:11 2023 +0000
+++ b/tomo/tomo_reduce.xml	Tue May 30 12:52:12 2023 +0000
@@ -95,8 +95,8 @@
             </param>
             <when value="full_range"/>
             <when value="enter_range">
-                <param name="low" type="integer" value="-1" optional="false" label="Lower image range index"/>
-                <param name="upp" type="integer" value="-1" optional="false" label="Upper image range index"/>
+                <param name="low" type="integer" value="" optional="false" min="0" label="Lower image range index"/>
+                <param name="upp" type="integer" value="" optional="false" min="0" label="Upper image range index"/>
             </when>
         </conditional>
     </inputs>