Mercurial > repos > muon-spectroscopy-computational-project > pm_uep_opt
comparison pm_uep_opt.xml @ 6:da177c1ec3b4 draft default tip
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_uep_opt commit 389608650050596b28bc0c055de9f98c513a6f65
author | muon-spectroscopy-computational-project |
---|---|
date | Fri, 26 Jul 2024 12:58:04 +0000 |
parents | eea73e1f65cb |
children |
comparison
equal
deleted
inserted
replaced
5:eea73e1f65cb | 6:da177c1ec3b4 |
---|---|
1 <tool id="pm_uep_opt" name="PyMuonSuite AIRSS UEP Optimise" version="@PYMUONSUITE_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> | 1 <tool id="pm_uep_opt" name="PyMuonSuite AIRSS UEP Optimise" version="@PYMUONSUITE_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> |
2 <description>run UEP optimisation</description> | 2 <description>run UEP optimisation</description> |
3 <macros> | 3 <macros> |
4 <!-- version of this tool wrapper (integer) --> | 4 <!-- version of this tool wrapper (integer) --> |
5 <token name="@WRAPPER_VERSION@">1</token> | 5 <token name="@WRAPPER_VERSION@">2</token> |
6 <import>muon_macros.xml</import> | 6 <import>muon_macros.xml</import> |
7 </macros> | 7 </macros> |
8 <creator> | 8 <creator> |
9 <person givenName="Jyothish" familyName="Thomas" identifier="https://orcid.org/0000-0003-4724-6924"/> | 9 <person givenName="Jyothish" familyName="Thomas" identifier="https://orcid.org/0000-0003-4724-6924"/> |
10 <person givenName="Eli" familyName="Chadwick" url="https://github.com/elichad" identifier="https://orcid.org/0000-0002-0035-6475"/> | 10 <person givenName="Eli" familyName="Chadwick" url="https://github.com/elichad" identifier="https://orcid.org/0000-0002-0035-6475"/> |
73 </section> | 73 </section> |
74 <param type="hidden" name="testing" label="Test mode" value="false"/> | 74 <param type="hidden" name="testing" label="Test mode" value="false"/> |
75 </inputs> | 75 </inputs> |
76 <outputs> | 76 <outputs> |
77 <data name="uep_results" format="zip" from_work_dir="out_zip.zip"/> | 77 <data name="uep_results" format="zip" from_work_dir="out_zip.zip"/> |
78 <data label="File containing the positions of all muon sites" name="allpos_file" auto_format="true"> | 78 <data label="Muon site positions on ${on_string}" name="allpos_file" auto_format="true"> |
79 <filter>(generation_params["allpos_ext"] != "none")</filter> | 79 <filter>(generation_params["allpos_ext"] != "none")</filter> |
80 </data> | 80 </data> |
81 <data label="File tree (testing only)" name="file_tree" format="txt" from_work_dir="tree.txt" hidden="true"> | 81 <data label="File tree (testing only)" name="file_tree" format="txt" from_work_dir="tree.txt" hidden="true"> |
82 <filter>(testing == "true")</filter> | 82 <filter>(testing == "true")</filter> |
83 </data> | 83 </data> |