annotate hexrd_find_orientations.xml @ 2:f0db3e3b9d99 draft

"planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c"
author ximgchess
date Mon, 07 Dec 2020 22:32:14 +0000
parents 72deb053b5a5
children 54513f5fc836
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
1 <tool id="hexrd_find_orientations" name="HEXRD find-orientations" version="@TOOL_VERSION@+galaxy0" python_template_version="3.5">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
2 <description>Process rotation image series to find grain orientations</description>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
3 <macros>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
4 <import>macros.xml</import>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
5 </macros>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
6 <expand macro="requirements" />
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
7 <command detect_errors="exit_code"><![CDATA[
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
8 cp '$config_yml' $config &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
9 cp '$config_yml' config.yml &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
10 ## symlink input files
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
11 @CMD_LINKS@
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
12 hexrd find-orientations config.yml &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
13 @CONVERT2TAB@ &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
14 cp find-orientations_analysis_*.log '$log' &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
15 cp accepted_orientations_analysis_*.dat '$accepted_orientations' &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
16 cp scored_orientations_analysis_*.npz '$score_orientations' &&
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
17 cp analysis_*_eta-ome_maps.npz '$ome_maps'
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
18 ]]></command>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
19 <configfiles>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
20 <configfile name="config_yml"><![CDATA[@FIND_ORIENTATIONS_YML@
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
21 ]]></configfile>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
22 </configfiles>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
23
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
24 <inputs>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
25 <expand macro="find_orientations_config"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
26 </inputs>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
27 <outputs>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
28 <data name="config" format="hexrd.yml" label="${tool.name} on ${on_string}: ${active_material}_config.yml"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
29 <data name="log" format="txt" label="${tool.name} on ${on_string}: find-orientations_analysis_${active_material}.log"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
30 <data name="ome_maps" format="hexrd.npz" label="${tool.name} on ${on_string}: analysis_${active_material}_eta-ome_maps.npz"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
31 <data name="score_orientations" format="hexrd.npz" label="${tool.name} on ${on_string}: scored_orientations_analysis_${active_material}.npz"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
32 <data name="accepted_orientations" format="tabular" label="${tool.name} on ${on_string}: accepted_orientations_analysis_${active_material}.dat"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
33 <data name="grains" format="tabular" label="${tool.name} on ${on_string}: grains.out" from_work_dir="analysis/grains.out" />
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
34 </outputs>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
35 <tests>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
36 <test>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
37 <param name="inputs" ftype="hexrd.npz" value="RUBY_0000-fc_GE.npz,RUBY_0001-fc_GE.npz,RUBY_0002-fc_GE.npz,RUBY_0003-fc_GE.npz,RUBY_0004-fc_GE.npz,RUBY_0005-fc_GE.npz"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
38 <conditional name="detector">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
39 <param name="panel_assignment" value="infer_from_name"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
40 </conditional>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
41 <param name="instrument" ftype="hexrd.yml" value="ge_detector.yml"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
42 <param name="material" ftype="material.hexrd" value="materials_py38.hexrd"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
43 <param name="active_material" value="ruby"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
44 <section name="orientation_maps">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
45 <param name="threshold" value="25"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
46 <param name="bin_frames" value="1"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
47 <param name="active_hkls" value="0,1,2,3,4,5"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
48 </section>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
49 <section name="search_options">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
50 <conditional name="search">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
51 <param name="search_type" value="seed_search"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
52 <param name="hkl_seeds" value="0,1,2"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
53 <param name="fiber_step" value="0.5"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
54 <conditional name="params">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
55 <param name="method" value="label"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
56 <param name="filter_radius" value="1"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
57 <param name="threshold" value="1"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
58 </conditional>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
59 </conditional>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
60 </section>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
61 <section name="omega">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
62 <param name="omega_tolerance" value="1.0"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
63 </section>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
64 <section name="eta">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
65 <param name="eta_tolerance" value="1.0"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
66 <param name="eta_mask" value="5.0"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
67 </section>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
68 <section name="clustering">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
69 <param name="clustering_algorithm" value="dbscan"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
70 <param name="clustering_radius" value="1.0"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
71 <param name="clustering_completeness" value="0.85"/>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
72 </section>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
73 <output name="grains">
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
74 <assert_contents>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
75 <has_text text="6.6655" />
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
76 </assert_contents>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
77 </output>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
78 </test>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
79 </tests>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
80 <help><![CDATA[
2
f0db3e3b9d99 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c"
ximgchess
parents: 0
diff changeset
81 **HEXRD find-orientations**
f0db3e3b9d99 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c"
ximgchess
parents: 0
diff changeset
82 @HEXRD_HELP@
f0db3e3b9d99 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c"
ximgchess
parents: 0
diff changeset
83 @COMMON_INPUTS_HELP@
f0db3e3b9d99 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 447defcd2ae30127f163e6a3adec52926f4a6c9c"
ximgchess
parents: 0
diff changeset
84 @FIND_ORIENTATIONS_OUTPUTS_HELP@
0
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
85 ]]></help>
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
86 <expand macro="citations" />
72deb053b5a5 "planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit 3e41869cdb6ad4c9a60a4b60dcf9bb4a40955cfa-dirty"
ximgchess
parents:
diff changeset
87 </tool>