Mercurial > repos > ximgchess > hexrd
comparison hexrd_fit_grains.xml @ 3:54513f5fc836 draft
"planemo upload for repository https://github.com/ximg-chess/galaxytools/tools/hexrd commit f29a6f52c76e068908ab2e1161314eb3edcfe4c9"
author | ximgchess |
---|---|
date | Wed, 31 Mar 2021 14:56:35 +0000 |
parents | f0db3e3b9d99 |
children |
comparison
equal
deleted
inserted
replaced
2:f0db3e3b9d99 | 3:54513f5fc836 |
---|---|
1 <tool id="hexrd_fit_grains" name="HEXRD fit-grains" version="@TOOL_VERSION@+galaxy0" python_template_version="3.5"> | 1 <tool id="hexrd_fit_grains" name="HEXRD fit-grains" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
2 <description>Extracts G vectors, grain position and strain</description> | 2 <description>Extracts G vectors, grain position and strain</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 </macros> | 5 </macros> |
6 <expand macro="requirements" /> | 6 <expand macro="requirements" /> |
34 <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"/> | 34 <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"/> |
35 <conditional name="detector"> | 35 <conditional name="detector"> |
36 <param name="panel_assignment" value="infer_from_name"/> | 36 <param name="panel_assignment" value="infer_from_name"/> |
37 </conditional> | 37 </conditional> |
38 <param name="instrument" ftype="hexrd.yml" value="ge_detector.yml"/> | 38 <param name="instrument" ftype="hexrd.yml" value="ge_detector.yml"/> |
39 <param name="material" ftype="material.hexrd" value="materials_py38.hexrd"/> | 39 <param name="material" ftype="hexrd.materials.h5" value="materials.h5"/> |
40 <param name="active_material" value="ruby"/> | 40 <param name="active_material" value="ruby"/> |
41 <param name="ome_map" ftype="hexrd.npz" value="analysis_ruby_eta-ome_maps.npz"/> | 41 <param name="ome_map" ftype="hexrd.npz" value="analysis_ruby_eta-ome_maps.npz"/> |
42 <param name="accepted_orientations" ftype="tabular" value="accepted_orientations_analysis_ruby.dat"/> | 42 <param name="accepted_orientations" ftype="tabular" value="accepted_orientations_analysis_ruby.dat"/> |
43 <param name="grains_estimate" ftype="tabular" value="grains.out"/> | 43 <param name="grains_estimate" ftype="tabular" value="grains.out"/> |
44 <param name="do_fit" value="true"/> | 44 <param name="do_fit" value="true"/> |