Mercurial > repos > bgruening > 3dtrees_smart_tile
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 0:53ee54da7150 | 1:55c8d2ab78ab |
|---|---|
| 1 <tool id="3dtrees_smart_tile" name="3DTrees: SmartTile" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2"> | 1 <tool id="3dtrees_smart_tile" name="3DTrees: SmartTile" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2"> |
| 2 <description>Subsampling, tiling, merging and matching of (multiple) point clouds</description> | 2 <description>Subsampling, tiling, merging and matching of (multiple) point clouds</description> |
| 3 <macros> | 3 <macros> |
| 4 <token name="@TOOL_VERSION@">1.0.0</token> | 4 <token name="@TOOL_VERSION@">1.0.1</token> |
| 5 <token name="@VERSION_SUFFIX@">0</token> | 5 <token name="@VERSION_SUFFIX@">0</token> |
| 6 </macros> | 6 </macros> |
| 7 <requirements> | 7 <requirements> |
| 8 <container type="docker">ghcr.io/3dtrees-earth/3dtrees_smart_tile:@TOOL_VERSION@</container> | 8 <container type="docker">ghcr.io/3dtrees-earth/3dtrees_smart_tile:@TOOL_VERSION@</container> |
| 9 </requirements> | 9 </requirements> |
| 134 <tests> | 134 <tests> |
| 135 <test expect_num_outputs="3"> | 135 <test expect_num_outputs="3"> |
| 136 <conditional name="operation"> | 136 <conditional name="operation"> |
| 137 <param name="task" value="tile"/> | 137 <param name="task" value="tile"/> |
| 138 <param name="input_files" value="mikro.laz"/> | 138 <param name="input_files" value="mikro.laz"/> |
| 139 <param name="tile_length" value="50"/> | 139 <param name="tiling_threshold" value="10000"/> |
| 140 <param name="tile_buffer" value="20"/> | |
| 141 <param name="tiling_threshold" value="3"/> | |
| 142 <param name="resolution_1" value="0.01"/> | 140 <param name="resolution_1" value="0.01"/> |
| 143 <param name="resolution_2" value="0.1"/> | 141 <param name="resolution_2" value="0.1"/> |
| 144 </conditional> | 142 </conditional> |
| 145 <output_collection name="Subsampled_Resolution_1" type="list" count="1"/> | 143 <output_collection name="Subsampled_Resolution_1" type="list" count="1"/> |
| 146 <output_collection name="Subsampled_Resolution_2" type="list" count="1"/> | 144 <output_collection name="Subsampled_Resolution_2" type="list" count="1"/> |
| 147 <output name="output_png" file="mikro_preview.png" compare="image_diff"> | 145 <output name="output_png"> |
| 148 <assert_contents> | 146 <assert_contents> |
| 149 <has_image_center_of_mass center_of_mass="1732,1785" eps="100"/> | 147 <has_image_center_of_mass center_of_mass="1813, 1768" eps="100"/> |
| 150 </assert_contents> | 148 </assert_contents> |
| 151 </output> | 149 </output> |
| 152 </test> | 150 </test> |
| 153 <test expect_num_outputs="2"> | 151 <test expect_num_outputs="2"> |
| 154 <conditional name="operation"> | 152 <conditional name="operation"> |
