diff gray_to_color.xml @ 6:3245681b2f6d draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 57a0433defa3cbc37ab34fbb0ebcfaeb680db8d5
author bgruening
date Sun, 05 Nov 2023 09:30:24 +0000
parents ad271f78a87a
children
line wrap: on
line diff
--- a/gray_to_color.xml	Fri Feb 26 14:11:11 2021 +0000
+++ b/gray_to_color.xml	Sun Nov 05 09:30:24 2023 +0000
@@ -1,8 +1,8 @@
 <tool id="cp_gray_to_color" name="GrayToColor" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@">
-    <description>take grayscale images and produces a color image from them</description>
+    <description>with CellProfiler</description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
         <xml name="rgb">
             <param name="rgb_red" label="Enter the name of the image to be colored red" value="Leave this black" type="text"/>
             <param name="rgb_red_weight" label="Relative weight for the red image" optional="true" type="float" min="0.0" max="1.0" value="1.0" />
@@ -44,6 +44,14 @@
         </xml>
     </macros>
 
+    <edam_operations>
+        <edam_operation>operation_3443</edam_operation>
+    </edam_operations>
+    <xrefs>
+        <xref type="bio.tools">CellProfiler</xref>
+        <xref type="biii">cellprofiler</xref>
+    </xrefs>
+
     <expand macro="py_requirements"/>
     <expand macro="cmd_modules" />