comparison extractSurface.xml @ 1:ce5e86dfb37c draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogs/ commit ba6ebaa98b015bb529805b1987c1d5800b343afd
author ufz
date Thu, 06 Mar 2025 17:52:03 +0000
parents 3dea3e30e6fc
children
comparison
equal deleted inserted replaced
0:3dea3e30e6fc 1:ce5e86dfb37c
20 $ascii_output 20 $ascii_output
21 21
22 ]]></command> 22 ]]></command>
23 <inputs> 23 <inputs>
24 <param name="input_mesh" type="data" format="vtkxml" label="Input Mesh" help="3D input mesh in VTU format"/> 24 <param name="input_mesh" type="data" format="vtkxml" label="Input Mesh" help="3D input mesh in VTU format"/>
25 <param name="x_component" type="float" label="X Component of Normal" help="X component of the normal vector"/> 25 <param name="x_component" type="float" value="" label="X Component of Normal" help="X component of the normal vector"/>
26 <param name="y_component" type="float" label="Y Component of Normal" help="Y component of the normal vector"/> 26 <param name="y_component" type="float" value="" label="Y Component of Normal" help="Y component of the normal vector"/>
27 <param name="z_component" type="float" label="Z Component of Normal" help="Z component of the normal vector"/> 27 <param name="z_component" type="float" value="" label="Z Component of Normal" help="Z component of the normal vector"/>
28 <param name="angle" type="float" label="Angle" optional="true" min="0" max="360" help="Tolerated angle between given normal and element normal (in degrees)"/> 28 <param name="angle" type="float" value="" label="Angle" optional="true" min="0" max="360" help="Tolerated angle between given normal and element normal (in degrees)"/>
29 <param name="ascii_output" type="boolean" value="false" optional="true" truevalue="--ascii-output" falsevalue="" label="ASCII Output" help="Output VTU in ASCII format instead of binary"/> 29 <param name="ascii_output" type="boolean" value="false" truevalue="--ascii-output" falsevalue="" label="ASCII Output" help="Output VTU in ASCII format instead of binary"/>
30 </inputs> 30 </inputs>
31 <outputs> 31 <outputs>
32 <data name="output_mesh" format="vtkxml" from_work_dir="outputExtracted2D.vtu"/> 32 <data name="output_mesh" format="vtkxml" from_work_dir="outputExtracted2D.vtu"/>
33 </outputs> 33 </outputs>
34 <tests> 34 <tests>