Previous changeset 0:1e7334a51725 (2024-02-29) Next changeset 2:eda6dfae9617 (2024-05-16) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/cellpose commit f69e2a482937bd7febc0d1bb2b211c4e648ff600 |
modified:
cellpose.xml |
b |
diff -r 1e7334a51725 -r 030bfe6065d9 cellpose.xml --- a/cellpose.xml Thu Feb 29 22:07:26 2024 +0000 +++ b/cellpose.xml Sat Mar 02 13:35:21 2024 +0000 |
b |
@@ -1,8 +1,8 @@ -<tool id="cellpose" name="Run Cellpose segmentation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> - <description>a generalist algorithm for cell and nucleus segmentation</description> +<tool id="cellpose" name="Run generalist cell and nucleus segmentation" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05"> + <description>with Cellpose</description> <macros> <token name="@TOOL_VERSION@">3.0.1</token> - <token name="@VERSION_SUFFIX@">0</token> + <token name="@VERSION_SUFFIX@">1</token> <xml name="channel"> <option value="0" selected="true">grayscale/None</option> <option value="1">red</option> |