Mercurial > repos > lldelisle > max_projections_stack_and_upload_omero
changeset 2:3fd95c753cff draft
planemo upload for repository https://github.com/lldelisle/tools-lldelisle/tree/master/tools/max_projections_stack_and_upload_omero commit 28c2a52bc4cea5c545e661a9101d92c7e9b8f815
author | lldelisle |
---|---|
date | Fri, 13 Dec 2024 09:33:54 +0000 |
parents | 9be687213bc9 |
children | 24004ccd992e |
files | CHANGELOG.md max_projections_stack_and_upload_omero.xml stack_max_projs.groovy |
diffstat | 3 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG.md Fri Dec 13 07:58:28 2024 +0000 +++ b/CHANGELOG.md Fri Dec 13 09:33:54 2024 +0000 @@ -1,5 +1,9 @@ # CHANGELOG +## 20241213.1 + +- Fixed a forgotten nT + ## 20241213 - Remove unused input plateName in wrapper.
--- a/max_projections_stack_and_upload_omero.xml Fri Dec 13 07:58:28 2024 +0000 +++ b/max_projections_stack_and_upload_omero.xml Fri Dec 13 09:33:54 2024 +0000 @@ -1,7 +1,7 @@ <tool id="max_projections_stack_and_upload_omero" name="Stack MaxProj" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01" license="BSD-3"> <description>And upload to omero</description> <macros> - <token name="@TOOL_VERSION@">20241213</token> + <token name="@TOOL_VERSION@">20241213.1</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <requirements>
--- a/stack_max_projs.groovy Fri Dec 13 07:58:28 2024 +0000 +++ b/stack_max_projs.groovy Fri Dec 13 09:33:54 2024 +0000 @@ -29,7 +29,7 @@ */ // Version number = date of last modif -VERSION = "20241213" +VERSION = "20241213.1" /** * ***************************************************************************************************************** @@ -140,7 +140,7 @@ ImagePlus merged_imps = Concatenator.run(current_images as ImagePlus[]) // Re-order to make a multi-channel, time-lapse image ImagePlus final_imp - if (channels.size() == 1 && nT == 1) { + if (channels.size() == 1 && ref_nT == 1) { final_imp = merged_imps } else { try {