Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tools/3dtrees_segmentanytree/segmentanytree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</description>
<macros>
<token name="@TOOL_VERSION@">1.1.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
</macros>
<requirements>
<container type="docker">
Expand Down Expand Up @@ -41,12 +41,12 @@
<param argument="--log_file" type="boolean" label="Resource log" help="If set to true, it returns a log file containing the CPU, RAM and GPU usage statistics"/>
</inputs>
<outputs>
<data name="output" format="zip" label="Processed Files">
<data name="output" format="zip" label="processed_files">
<change_format>
<when input="input.ext" value="laz" format="laz"/>
</change_format>
</data>
<data name="resource_usage" format="txt" label="Resource Usage">
<data name="resource_usage" format="txt" label="resource_usage">
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this is less human readable. Why would you want that?

<filter>log_file</filter>
</data>
</outputs>
Expand Down