Skip to content

Commit ffebc04

Browse files
authored
Update 3dtrees_tile_merge v1.0.2 (#1748)
* update to v1.0.1+galaxy2 * output is now renamed in the container * undo naming * change label for segmented point cloud
1 parent 48a2ce7 commit ffebc04

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tools/3dtrees_tile_merge/til_mer.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<tool id="3dtrees_tile_merge" name="3Dtrees: Tile and Merge" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="24.2">
22
<description>Subsampling, tiling, merging and matching of point clouds</description>
33
<macros>
4-
<token name="@TOOL_VERSION@">1.0.1</token>
5-
<token name="@VERSION_SUFFIX@">1</token>
4+
<token name="@TOOL_VERSION@">1.0.2</token>
5+
<token name="@VERSION_SUFFIX@">0</token>
66
</macros>
77
<requirements>
88
<container type="docker">ghcr.io/3dtrees-earth/3dtrees_tile_merge:@TOOL_VERSION@</container>
@@ -26,7 +26,6 @@
2626
--initial-radius '$operation.initial_radius'
2727
--max-radius '$operation.max_radius'
2828
--radius-step '$operation.radius_step'
29-
&& mv final_pc.laz segmented.laz
3029
#end if
3130
]]>
3231
</command>
@@ -57,7 +56,7 @@
5756
<data name="output_tile" format="zip" label="Prepared Files" from_work_dir="prepared_files.zip">
5857
<filter>operation['task'] == "tile"</filter>
5958
</data>
60-
<data name="output_merge" format="laz" label="segmented" from_work_dir="segmented.laz">
59+
<data name="output_merge" format="laz" label="Segmented Point Cloud" from_work_dir="segmented.laz">
6160
<filter>operation['task'] == "merge"</filter>
6261
</data>
6362
</outputs>

0 commit comments

Comments
 (0)