diff color_to_gray.xml @ 2:bad171ed1e96 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:33:04 +0000
parents e8f822eeb9fd
children
line wrap: on
line diff
--- a/color_to_gray.xml	Fri Feb 26 14:14:56 2021 +0000
+++ b/color_to_gray.xml	Sun Nov 05 09:33:04 2023 +0000
@@ -1,8 +1,8 @@
 <tool id="cp_color_to_gray" name="ColorToGray" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5">
-    <description> converts color and channel-stacked images to grayscale</description>
+    <description>with CellProfiler</description>
     <macros>
         <import>macros.xml</import>
-        <token name="@VERSION_SUFFIX@">0</token>
+        <token name="@VERSION_SUFFIX@">1</token>
         <xml name="combine_weight">
             <param name="weight_red_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the red channel" />
             <param name="weight_green_channel" value="1.0" min = "0.0" max = "1.0" type="float" label="Relative weight of the green channel" />
@@ -127,6 +127,13 @@
         </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"/>
     <command detect_errors="exit_code">
         <![CDATA[
@@ -287,4 +294,4 @@
             ]]>
     </help>
     <expand macro="citations"/>
-</tool>
\ No newline at end of file
+</tool>