Previous changeset 1:5a810dc963f4 (2023-11-05) Next changeset 3:77bc1c2e1b91 (2024-08-05) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 25e6ef9974c08cce3b2b5e9c351fe690b799cc4a |
modified:
cellprofiler.xml macros.xml |
b |
diff -r 5a810dc963f4 -r f0656d0f2a4d cellprofiler.xml --- a/cellprofiler.xml Sun Nov 05 09:55:50 2023 +0000 +++ b/cellprofiler.xml Mon Nov 06 08:09:54 2023 +0000 |
b |
@@ -2,7 +2,7 @@ <description>with CellProfiler 4</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">0</token> <xml name="test_assert_content" token_n="291"> <assert_contents> <has_n_lines n="@N@" /> |
b |
diff -r 5a810dc963f4 -r f0656d0f2a4d macros.xml --- a/macros.xml Sun Nov 05 09:55:50 2023 +0000 +++ b/macros.xml Mon Nov 06 08:09:54 2023 +0000 |
b |
@@ -1,5 +1,5 @@ <macros> - <token name="@TOOL_VERSION@">4.2.1</token> + <token name="@TOOL_VERSION@">4.2.6</token> <token name="@PY_VERSION@">3.8</token> <token name="@FORMATS@">jpg,png,tiff,bmp,gif,pcx,ppm,psd,pbm,pgm,eps</token> <token name="@SPACES@">" "</token> |