# HG changeset patch # User bgruening # Date 1745337015 0 # Node ID 6b341a048c2eea8a406be2874bc134ff108f6ef8 # Parent 8948cc562b7cf7729e9566b4836274b2dbae73a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 6303638b71a30e15a36550af938ee35e49be560b diff -r 8948cc562b7c -r 6b341a048c2e measureWoundClosing.groovy --- a/measureWoundClosing.groovy Thu Feb 29 17:43:50 2024 +0000 +++ b/measureWoundClosing.groovy Tue Apr 22 15:50:15 2025 +0000 @@ -181,7 +181,7 @@ rt.save(new File(outputDir, datasetId + ".csv").toString()); // save binned image with ROI binnedImp.setRoi(scratchROI, false) - IJ.save(binnedImp, new File(outputDir, datasetId + ".tif").toString()); + IJ.save(binnedImp, new File(outputDir, datasetId + ".tiff").toString()); } println("Analysis of "+datasetId+" is done!") diff -r 8948cc562b7c -r 6b341a048c2e woundhealing.xml --- a/woundhealing.xml Thu Feb 29 17:43:50 2024 +0000 +++ b/woundhealing.xml Tue Apr 22 15:50:15 2025 +0000 @@ -1,4 +1,4 @@ - + image analysis macros.xml @@ -15,7 +15,7 @@ ln -s '$filename' './input/${filename.element_identifier}' && #end for #end if - ImageJ --ij2 --headless + ImageJ --ij2 --headless --run '$__tool_directory__/measureWoundClosing.groovy' 'inputDir="./input",datasetId="$dataset_id",threshold="$threshold",headless="true",saveResults="true",outDirName="./output"' ]]> @@ -25,7 +25,7 @@ - + @@ -37,7 +37,7 @@ - + @@ -47,7 +47,7 @@ - +