diff egapx_runner.xml @ 4:6592ae57bb8b draft

planemo upload for repository https://github.com/ncbi/egapx commit cb2d8304fde9fad4348296c3a51b7992ac5b83bb
author fubar
date Sun, 04 Aug 2024 00:57:18 +0000
parents a3b158471bd3
children 6effccc966d0
line wrap: on
line diff
--- a/egapx_runner.xml	Sun Aug 04 00:52:17 2024 +0000
+++ b/egapx_runner.xml	Sun Aug 04 00:57:18 2024 +0000
@@ -14,10 +14,10 @@
 python '$__tool_directory__/ui/egapx.py' '$yamlconfig'  -e '$econfig' -o 'egapx_out']]></command>
   <inputs>
     <param name="yamlconfig" type="data" optional="false" label="egapx configuration yaml file to execute" help="" format="yaml,txt" multiple="false"/>
-    <param name="econfig" type="select" label="Configuration" help="">
-      <option value="docker_minimal">docker minimal only works for the minimal dust mite sample using 6GB and 4 cores</option>
-      <option value="singularity">singularity requires at least 128GB ram and 32 cores. 256GB and 64 cores recommendd</option>
-      <option value="docker">docker requires at least 128GB ram and 32 cores. 256GB and 64 cores recommend</option>
+    <param name="econfig" type="select" label="Workflow run configuration to suit the machine in use" help="Docker minimal will run the sample minimal dustmite yaml">
+      <option value="docker_minimal">Docker_minimal supports only the minimal dust mite example yaml using 6GB and 4 cores</option>
+      <option value="singularity">Singularity requires at least 128GB ram and 32 cores. 256GB and 64 cores recommended</option>
+      <option value="docker">Docker requires at least 128GB ram and 32 cores. 256GB and 64 cores recommended</option>
     </param>
   </inputs>
   <outputs>