Mercurial > repos > bgruening > 3dtrees_smart_tile
diff smart_tile.xml @ 1:55c8d2ab78ab draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/3dtrees_smart_tile commit d9da0176b8d7d3034fe0fdfda0f5c4f05f833f37
| author | bgruening |
|---|---|
| date | Fri, 06 Feb 2026 13:02:27 +0000 |
| parents | 53ee54da7150 |
| children | e3d9648c1916 |
line wrap: on
line diff
--- a/smart_tile.xml Tue Jan 27 13:22:53 2026 +0000 +++ b/smart_tile.xml Fri Feb 06 13:02:27 2026 +0000 @@ -1,7 +1,7 @@ <tool id="3dtrees_smart_tile" name="3DTrees: SmartTile" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2"> <description>Subsampling, tiling, merging and matching of (multiple) point clouds</description> <macros> - <token name="@TOOL_VERSION@">1.0.0</token> + <token name="@TOOL_VERSION@">1.0.1</token> <token name="@VERSION_SUFFIX@">0</token> </macros> <requirements> @@ -136,17 +136,15 @@ <conditional name="operation"> <param name="task" value="tile"/> <param name="input_files" value="mikro.laz"/> - <param name="tile_length" value="50"/> - <param name="tile_buffer" value="20"/> - <param name="tiling_threshold" value="3"/> + <param name="tiling_threshold" value="10000"/> <param name="resolution_1" value="0.01"/> <param name="resolution_2" value="0.1"/> </conditional> <output_collection name="Subsampled_Resolution_1" type="list" count="1"/> <output_collection name="Subsampled_Resolution_2" type="list" count="1"/> - <output name="output_png" file="mikro_preview.png" compare="image_diff"> + <output name="output_png"> <assert_contents> - <has_image_center_of_mass center_of_mass="1732,1785" eps="100"/> + <has_image_center_of_mass center_of_mass="1813, 1768" eps="100"/> </assert_contents> </output> </test>
