changeset 7:2571577e3b0c draft

planemo upload for repository https://github.com/brsynth/icfree-ml commit b669b043a7cd633a9ba1ac2cf2a7f3ed09c3e92e-dirty
author tduigou
date Tue, 10 Sep 2024 14:24:36 +0000
parents 39f049e5b032
children 41755b74732c
files instructor.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/instructor.xml	Tue Sep 10 13:42:44 2024 +0000
+++ b/instructor.xml	Tue Sep 10 14:24:36 2024 +0000
@@ -26,8 +26,8 @@
             <param name="source_plate_type" type="text" value="default:384PP_AQ_GP3" label="Source plate type" help="Comma-separated list of component and plate type pairs, e.g., 'Component_1:384PP_AQ_CP,Component_2:384PP_AQ_GP3'. Default for all is default:384PP_AQ_GP3." >
                 <validator type="empty_field" message="Source plate type is required"/>
             </param>
-            <param argument="max_transfer_volume" type="float" min="2.5" max="500000" value="100000" label="Maximum transfer volume" help="Maximum volume for a single transfer. If not specified, no splitting will be performed." />
-            <param argument="split_threshold" type="float" min="2.5" max="500000" value="100000" label="Split threshold" help="Volume threshold above which transfers need to be split. If not specified, no splitting will be performed." />
+            <param argument="max_transfer_volume" type="integer" min="3" max="500000" value="100000" label="Maximum transfer volume" help="Maximum volume for a single transfer. If not specified, no splitting will be performed." />
+            <param argument="split_threshold" type="integer" min="3" max="500000" value="100000" label="Split threshold" help="Volume threshold above which transfers need to be split. If not specified, no splitting will be performed." />
             <param name="split_components" type="text" optional="true" label="Split components" help="Comma-separated list of component names to create separate files for." >
             </param>
         </section>