changeset 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 de3f030fa572
files macros.xml plates_designer.xml
diffstat 2 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Tue Jul 23 13:59:11 2024 +0000
+++ b/macros.xml	Thu Sep 05 07:07:03 2024 +0000
@@ -1,7 +1,6 @@
 <macros>
     <token name="@TOOL_VERSION@">2.4.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
-    <token name="@LICENSE@">MIT</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">icfree-ml</requirement>
--- a/plates_designer.xml	Tue Jul 23 13:59:11 2024 +0000
+++ b/plates_designer.xml	Thu Sep 05 07:07:03 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="icfree_plates_designer" name="iCFree plates designer" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="@LICENCE@">
+<tool id="icfree_plates_designer" name="iCFree plates designer" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" license="MIT">
     <description>Prepare source and destination well-plate mappings with advanced options.</description>
     <macros>
         <import>macros.xml</import>
@@ -35,7 +35,7 @@
            ]]></command>
     <inputs>
         <param name="sampling_file" type="data" format="csv" label="Sampling file" />
-        <param name="sample_volume" type="integer" optional="false" label="Wanted sample volume in the destination plate" />
+        <param name="sample_volume" type="integer" value="10000" min="1" max="1000000" label="Wanted sample volume in the destination plate" />
         <section name="adv" title="Advanced Options" expanded="false">
             <param name="start_well_src_plt" type="text" value="A1" label="Starting well for the source plate">
                 <validator type="empty_field" message="Not empty"/>