Mercurial > repos > tduigou > icfree_instructor
changeset 6:39f049e5b032 draft
planemo upload for repository https://github.com/brsynth/icfree-ml commit b669b043a7cd633a9ba1ac2cf2a7f3ed09c3e92e-dirty
author | tduigou |
---|---|
date | Tue, 10 Sep 2024 13:42:44 +0000 |
parents | caee84791e0d |
children | 2571577e3b0c |
files | instructor.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/instructor.xml Tue Sep 10 08:17:27 2024 +0000 +++ b/instructor.xml Tue Sep 10 13:42:44 2024 +0000 @@ -11,12 +11,12 @@ '$destination_plate_file' 'instructor.csv' --source_plate_type '$adv.source_plate_type' - --max_transfer_volume '$max_transfer_volume' + --max_transfer_volume '$adv.max_transfer_volume' #if str($adv.split_threshold) != '' - --split_threshold '$split_threshold' + --split_threshold '$adv.split_threshold' #end if #if str($adv.split_components) != '' - --split_components '$split_components' + --split_components '$adv.split_components' #end if ]]></command> <inputs> @@ -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="integer" min="1" max="50000" value="500" 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="1" max="50000" value="500" 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="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 name="split_components" type="text" optional="true" label="Split components" help="Comma-separated list of component names to create separate files for." > </param> </section>
--- a/macros.xml Tue Sep 10 08:17:27 2024 +0000 +++ b/macros.xml Tue Sep 10 13:42:44 2024 +0000 @@ -3,7 +3,7 @@ <token name="@VERSION_SUFFIX@">0</token> <xml name="requirements"> <requirements> - <requirement type="package" version="@TOOL_VERSION@">icfree-ml</requirement> + <requirement type="package" version="@TOOL_VERSION@">icfree</requirement> <yield/> </requirements> </xml>