Mercurial > repos > muon-spectroscopy-computational-project > larch_plot
comparison larch_plot.xml @ 2:59d0d15a40ef draft
planemo upload for repository https://github.com/MaterialsGalaxy/larch-tools/tree/main/larch_plot commit 0f66842e802430e887d1c6cb7be1cc5436408fd2
author | muon-spectroscopy-computational-project |
---|---|
date | Mon, 04 Mar 2024 11:43:46 +0000 |
parents | 002c18a3e642 |
children | 5b993aff09e3 |
comparison
equal
deleted
inserted
replaced
1:002c18a3e642 | 2:59d0d15a40ef |
---|---|
1 <tool id="larch_plot" name="Larch Plot" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> | 1 <tool id="larch_plot" name="Larch Plot" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> |
2 <description>plot Athena projects</description> | 2 <description>plot Athena projects</description> |
3 <macros> | 3 <macros> |
4 <!-- version of underlying tool (PEP 440) --> | 4 <!-- version of underlying tool (PEP 440) --> |
5 <token name="@TOOL_VERSION@">0.9.71</token> | 5 <token name="@TOOL_VERSION@">0.9.74</token> |
6 <!-- version of this tool wrapper (integer) --> | 6 <!-- version of this tool wrapper (integer) --> |
7 <token name="@WRAPPER_VERSION@">1</token> | 7 <token name="@WRAPPER_VERSION@">0</token> |
8 <!-- citation should be updated with every underlying tool version --> | 8 <!-- citation should be updated with every underlying tool version --> |
9 <!-- typical fields to update are version, month, year, and doi --> | 9 <!-- typical fields to update are version, month, year, and doi --> |
10 <token name="@TOOL_CITATION@">10.1088/1742-6596/430/1/012007</token> | 10 <token name="@TOOL_CITATION@">10.1088/1742-6596/430/1/012007</token> |
11 <import>macros.xml</import> | 11 <import>macros.xml</import> |
12 </macros> | 12 </macros> |
70 <param name="variable" value="chir_mag"/> | 70 <param name="variable" value="chir_mag"/> |
71 <output_collection name="plot_collection" type="list" count="3"/> | 71 <output_collection name="plot_collection" type="list" count="3"/> |
72 </test> | 72 </test> |
73 <!-- 2: plot limits --> | 73 <!-- 2: plot limits --> |
74 <test expect_num_outputs="1"> | 74 <test expect_num_outputs="1"> |
75 <param name="dat_files" value="test.prj"/> | 75 <param name="dat_files" value="test.prj,merged.prj"/> |
76 <param name="variable" value="norm"/> | 76 <param name="variable" value="norm"/> |
77 <param name="x_limit_min" value="7000"/> | 77 <param name="x_limit_min" value="7000"/> |
78 <param name="x_limit_max" value="7200"/> | 78 <param name="x_limit_max" value="7200"/> |
79 <param name="y_limit_min" value="0"/> | 79 <param name="y_limit_min" value="0"/> |
80 <param name="y_limit_max" value="1"/> | 80 <param name="y_limit_max" value="1"/> |