File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments