Mercurial > repos > ximgchess > chap_test_20230411
changeset 117:bca3d915f662 draft
planemo upload for repository https://github.com/CHESSComputing/ChessAnalysisPipeline commit 6697892ecc504b00077394d0c167431ec3ac12f7-dirty
author | ximgchess |
---|---|
date | Tue, 30 May 2023 14:24:33 +0000 |
parents | 7280ef006c96 |
children | c90f17a31ed5 |
files | tomo/tomo_find_center.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo/tomo_find_center.xml Tue May 30 13:09:41 2023 +0000 +++ b/tomo/tomo_find_center.xml Tue May 30 14:24:33 2023 +0000 @@ -35,8 +35,8 @@ </param> <when value="full_range"/> <when value="enter_range"> - <param name="low" type="integer" value="-1" optional="false" label="Lower detector row index"/> - <param name="upp" type="integer" value="-1" optional="false" label="Upper detector row index"/> + <param name="low" type="integer" value="" optional="false" min="0" label="Lower detector row index"/> + <param name="upp" type="integer" value="" optional="false" min="0" label="Upper detector row index"/> </when> </conditional> </inputs>