annotate msh2vtu.xml @ 0:be04ecda594e draft default tip

planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
author ufz
date Thu, 06 Mar 2025 16:53:19 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
1
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
2 <tool id="msh2vtu" name="OGSTools msh2vtu" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
3 <description>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
4 Convert msh to UnstructuredGrid (vtk)
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
5 </description>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
6 <macros>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
7 <import>macros.xml</import>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
8 <token name="@VERSION_SUFFIX@">0</token>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
9 </macros>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
10 <expand macro="creator"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
11 <expand macro="requirements"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
12 <command detect_errors="exit_code"><![CDATA[
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
13 ln -s '$input_file' input_file.msh &&
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
14 msh2vtu input_file.msh
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
15 -d '$dim'
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
16 $delz $swapxy $reindex $keep_ids $ascii
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
17 -l '$log_level'
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
18 ]]></command>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
19 <inputs>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
20 <param name="input_file" type="data" format="gmsh.msh" label="Input GMSH File"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
21 <param name="dim" type="select" label="Set dimensionality of the mesh" argument="-d">
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
22 <option value="1">1D</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
23 <option value="2">2D</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
24 <option value="3">3D</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
25 </param>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
26 <param name="delz" type="boolean" value="false" truevalue="-z" falsevalue="" label="Delete Z Coordinate" optional="true" argument="-z"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
27 <param name="swapxy" type="boolean" value="false" truevalue="-s" falsevalue="" label="Swap XY Coordinates" optional="true" argument="-s"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
28 <param name="reindex" type="boolean" value="false" truevalue="-r" falsevalue="" label="Reindex" optional="true" argument="-r"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
29 <param name="keep_ids" type="boolean" value="false" truevalue="-k" falsevalue="" label="Keep IDs" optional="true" argument="-k"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
30 <param name="ascii" type="boolean" value="false" truevalue="-a" falsevalue="" label="ASCII Output" optional="true" argument="-a"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
31 <param name="log_level" type="select" label="Log Level" argument="-l">
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
32 <option value="ERROR" selected="true">ERROR</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
33 <option value="DEBUG">DEBUG</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
34 <option value="INFO">INFO</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
35 <option value="WARNING">WARNING</option>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
36 </param>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
37 </inputs>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
38 <outputs>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
39 <data name="boundary" format="xml" label="${tool.name} on ${on_string}: boundary" from_work_dir="input_file_boundary.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
40 <data name="domain" format="xml" label="${tool.name} on ${on_string}: domain" from_work_dir="input_file_domain.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
41 <data name="physical_group_Bottom" format="xml" label="${tool.name} on ${on_string}: physical_group_Bottom" from_work_dir="input_file_physical_group_Bottom.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
42 <data name="physical_group_Left" format="xml" label="${tool.name} on ${on_string}: physical_group_Left" from_work_dir="input_file_physical_group_Left.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
43 <data name="physical_group_Right" format="xml" label="${tool.name} on ${on_string}: physical_group_Right" from_work_dir="input_file_physical_group_Right.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
44 <data name="physical_group_RockBed" format="xml" label="${tool.name} on ${on_string}: physical_group_RockBed" from_work_dir="input_file_physical_group_RockBed.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
45 <data name="physical_group_SedimentLayer1" format="xml" label="${tool.name} on ${on_string}: physical_group_SedimentLayer1" from_work_dir="input_file_physical_group_SedimentLayer1.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
46 <data name="physical_group_SedimentLayer2" format="xml" label="${tool.name} on ${on_string}: physical_group_SedimentLayer2" from_work_dir="input_file_physical_group_SedimentLayer2.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
47 <data name="physical_group_SedimentLayer3" format="xml" label="${tool.name} on ${on_string}: physical_group_SedimentLayer3" from_work_dir="input_file_physical_group_SedimentLayer3.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
48 <data name="physical_group_Top" format="xml" label="${tool.name} on ${on_string}: physical_group_Top" from_work_dir="input_file_physical_group_Top.vtu" />
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
49 </outputs>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
50 <tests>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
51 <test>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
52 <param name="input_file" value="geolayers_2d.msh"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
53 <param name="dim" value="2"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
54 <param name="delz" value="True"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
55 <param name="swapxy" value="True"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
56 <param name="reindex" value="True"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
57 <param name="keep_ids" value="True"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
58 <param name="ascii" value="True"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
59 <param name="log_level" value="DEBUG"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
60 <output name="boundary" file="input_file_boundary.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
61 <output name="domain" file="input_file_domain.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
62 <output name="physical_group_Bottom" file="input_file_physical_group_Bottom.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
63 <output name="physical_group_Left" file="input_file_physical_group_Left.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
64 <output name="physical_group_Right" file="input_file_physical_group_Right.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
65 <output name="physical_group_RockBed" file="input_file_physical_group_RockBed.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
66 <output name="physical_group_SedimentLayer1" file="input_file_physical_group_SedimentLayer1.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
67 <output name="physical_group_SedimentLayer2" file="input_file_physical_group_SedimentLayer2.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
68 <output name="physical_group_SedimentLayer3" file="input_file_physical_group_SedimentLayer3.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
69 <output name="physical_group_Top" file="input_file_physical_group_Top.vtu"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
70 </test>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
71 </tests>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
72 <help><![CDATA[
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
73 **Overview:**
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
74
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
75 msh2vtu is a application that converts a Gmsh (.msh) file for use in OGS by extracting domain-, boundary- and physical group-submeshes and saves them in a set of files in the vtu format.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
76 Supported element types:
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
77 - lines (linear and quadratic) in 1D
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
78 - triangles and quadrilaterals (linear and quadratic) in 2D
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
79 - tetra- and hexahedrons (linear and quadratic) in 3D
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
80
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
81 **Inputs:**
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
82
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
83 1. **Input GMSH File:** The GMSH (.msh) file to be converted.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
84 2. **Mesh Dimension (dim):** Select the desired mesh dimension (1, 2, or 3).
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
85 3. **Delete Z Coordinate (delz):** Boolean flag to remove the Z coordinate from the mesh (for 2D meshes with z=0).
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
86 4. **Swap XY Coordinates (swapxy):** Boolean flag to swap the X and Y coordinates.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
87 5. **Reindex (reindex):** Renumber physical group / region / Material IDs to be renumbered beginning with zero.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
88 6. **Keep IDs (keep_ids):** By default, rename gmsh:physical to MaterialIDs and change type of corresponding cell data to INT32. If True, this is skipped.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
89 7. **ASCII Output (ascii):** Boolean flag to output the file in ASCII format instead of binary.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
90 8. **Log Level (log_level):** Set the level of logging details (DEBUG, INFO, WARNING, ERROR).
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
91
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
92 **Outputs:**
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
93
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
94 **Output VTU Files:** The converted mesh file as a set of files with VTU format.
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
95 ]]></help>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
96 <expand macro="ogs_citation"/>
be04ecda594e planemo upload for repository https://github.com/Helmholtz-UFZ/galaxy-tools/tree/main/tools/ogstools commit 406e30ee3cd2ab7762f1195328c06d547516690f
ufz
parents:
diff changeset
97 </tool>