# HG changeset patch # User bgruening # Date 1768290097 0 # Node ID 6524ef47a7550d8b4c71bf4a08d9689ae380dd98 # Parent e78c8c5ea3df292f89fcd769d1c3f24ffd42113c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/3Dtrees_standardization commit a46a7cd9cef25a6d34bcc268ba72d8afebfdf8c6 diff -r e78c8c5ea3df -r 6524ef47a755 standard.xml --- a/standard.xml Tue Dec 09 12:54:11 2025 +0000 +++ b/standard.xml Tue Jan 13 07:41:37 2026 +0000 @@ -1,86 +1,160 @@ - - - laz file checks and standardization. - + + Standardize LAS/LAZ files or validate collections for consistency - 1.0.1 + 1.1.0 0 ghcr.io/3dtrees-earth/3dtrees-pc-standard:@TOOL_VERSION@ - + #if $mode.task == 'single_file': + cp '$mode.input' input.laz && + Rscript /src/run.R + --dataset-path ./input.laz + --output-dir ./ + --method single_file + --min-density '$mode.min_density' + #if $mode.removeable_attributes: + --removeable_attributes '$mode.removeable_attributes' + #end if + #else: + mkdir -p ./input_files && + #for $f in $mode.input_collection + cp '$f' ./input_files/'${f.element_identifier}.laz' && + #end for + Rscript /src/run.R + --dataset-path ./input_files/ + --output-dir ./ + --method collection + #end if + ]]> + - - + + + + + + + + + + + + + + - + + mode['task'] == "single_file" + + + mode['task'] == "single_file" + + + mode['task'] == "single_file" + + + mode['task'] == "collection" + - - - - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + - - **What it does** + + + ]]> + + + @misc{3dtrees_standard, title = {3D Trees Standardization}, author = {3D Trees Project}, year = {2025}} diff -r e78c8c5ea3df -r 6524ef47a755 test-data/mikro2.laz Binary file test-data/mikro2.laz has changed