comparison plates_designer.xml @ 1:b3c862e8497f draft

planemo upload for repository https://github.com/brsynth/icfree-ml commit 96a30e92eab3144b924fdba7b63be10b218160a7-dirty
author tduigou
date Thu, 05 Sep 2024 07:07:03 +0000
parents 92adc3382124
children 5d3a54198bf9
comparison
equal deleted inserted replaced
0:92adc3382124 1:b3c862e8497f
1 <tool id="icfree_plates_designer" name="iCFree plates designer" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@"> 1 <tool id="icfree_plates_designer" name="iCFree plates designer" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT">
2 <description>Prepare source and destination well-plate mappings with advanced options.</description> 2 <description>Prepare source and destination well-plate mappings with advanced options.</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
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>