comparison plates_generator.xml @ 4:37ba98019165 draft

planemo upload for repository https://github.com/brsynth/icfree-ml commit b655805cb031443000d1da309287481d7a1dd823-dirty
author tduigou
date Wed, 24 Jul 2024 08:21:26 +0000
parents bd72cb677e4e
children 4a277b068f53
comparison
equal deleted inserted replaced
3:bd72cb677e4e 4:37ba98019165
33 mv source_plate.csv '$output_source_plate' && 33 mv source_plate.csv '$output_source_plate' &&
34 mv destination_plate.csv '$output_destination_plate' 34 mv destination_plate.csv '$output_destination_plate'
35 ]]></command> 35 ]]></command>
36 <inputs> 36 <inputs>
37 <param name="sampling_file" type="data" format="csv" label="Sampling file" /> 37 <param name="sampling_file" type="data" format="csv" label="Sampling file" />
38 <param name="sample_volume" type="integer" optional="false" label="Wanted sample volume in the destination plate" /> 38 <param name="sample_volume" type="integer" value="10000" min="1" max="1000000" label="Wanted sample volume in the destination plate" />
39 <section name="adv" title="Advanced Options" expanded="false"> 39 <section name="adv" title="Advanced Options" expanded="false">
40 <param name="start_well_src_plt" type="text" value="A1" label="Starting well for the source plate"> 40 <param name="start_well_src_plt" type="text" value="A1" label="Starting well for the source plate">
41 <validator type="empty_field" message="Not empty"/> 41 <validator type="empty_field" message="Not empty"/>
42 <validator type="regex" message="Some letters followed by a number">^(?:[A-K]{1}([1-9]|1[0-2]))$</validator> 42 <validator type="regex" message="Some letters followed by a number">^(?:[A-K]{1}([1-9]|1[0-2]))$</validator>
43 </param> 43 </param>