comparison cellpose.xml @ 1:030bfe6065d9 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cellpose commit f69e2a482937bd7febc0d1bb2b211c4e648ff600
author bgruening
date Sat, 02 Mar 2024 13:35:21 +0000
parents 1e7334a51725
children eda6dfae9617
comparison
equal deleted inserted replaced
0:1e7334a51725 1:030bfe6065d9
1 <tool id="cellpose" name="Run Cellpose segmentation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> 1 <tool id="cellpose" name="Run generalist cell and nucleus segmentation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
2 <description>a generalist algorithm for cell and nucleus segmentation</description> 2 <description>with Cellpose</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">3.0.1</token> 4 <token name="@TOOL_VERSION@">3.0.1</token>
5 <token name="@VERSION_SUFFIX@">0</token> 5 <token name="@VERSION_SUFFIX@">1</token>
6 <xml name="channel"> 6 <xml name="channel">
7 <option value="0" selected="true">grayscale/None</option> 7 <option value="0" selected="true">grayscale/None</option>
8 <option value="1">red</option> 8 <option value="1">red</option>
9 <option value="2">green</option> 9 <option value="2">green</option>
10 <option value="3">blue</option> 10 <option value="3">blue</option>