comparison pm_dftb_opt.xml @ 3:996f777bec11 draft default tip

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_dftb_opt commit 389608650050596b28bc0c055de9f98c513a6f65
author muon-spectroscopy-computational-project
date Fri, 26 Jul 2024 12:57:29 +0000
parents 6a99165bb7ca
children
comparison
equal deleted inserted replaced
2:6a99165bb7ca 3:996f777bec11
2 <description>run DFTB+ optimisation</description> 2 <description>run DFTB+ optimisation</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.2.3</token> 5 <token name="@TOOL_VERSION@">0.2.3</token>
6 <!-- version of this tool wrapper (integer) --> 6 <!-- version of this tool wrapper (integer) -->
7 <token name="@WRAPPER_VERSION@">0</token> 7 <token name="@WRAPPER_VERSION@">1</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="@PYMUONSUITE_CITATION@"> 10 <token name="@PYMUONSUITE_CITATION@">
11 @software{Sturniolo_pymuon-suite_2022, 11 @software{Sturniolo_pymuon-suite_2022,
12 author = {Sturniolo, Simone and Liborio, Leandro and Chadwick, Eli and Murgatroyd, Laura and Laverack, Adam and Mudaraddi, Anish and {Muon Spectroscopy Computational Project}}, 12 author = {Sturniolo, Simone and Liborio, Leandro and Chadwick, Eli and Murgatroyd, Laura and Laverack, Adam and Mudaraddi, Anish and {Muon Spectroscopy Computational Project}},
52 <inputs> 52 <inputs>
53 <param type="data" name="muonated_structures" label="Muonated structures (.zip)" format="zip" help="A zip folder containing muonated structures, as generated by the 'Generate muonated structures' tool or pm-muairss."/> 53 <param type="data" name="muonated_structures" label="Muonated structures (.zip)" format="zip" help="A zip folder containing muonated structures, as generated by the 'Generate muonated structures' tool or pm-muairss."/>
54 <param type="hidden" name="testing" label="Test mode" value="false"/> 54 <param type="hidden" name="testing" label="Test mode" value="false"/>
55 </inputs> 55 </inputs>
56 <outputs> 56 <outputs>
57 <data label="DFTB results for $muonated_structures.name" name="dftb_results" format="zip" from_work_dir="dftb_results.zip"/> 57 <data label="DFTB results on ${on_string}" name="dftb_results" format="zip" from_work_dir="dftb_results.zip"/>
58 <data label="File tree (testing only)" name="file_tree" format="txt" from_work_dir="tree.txt" hidden="true"> 58 <data label="File tree (testing only)" name="file_tree" format="txt" from_work_dir="tree.txt" hidden="true">
59 <filter>(testing == "true")</filter> 59 <filter>(testing == "true")</filter>
60 </data> 60 </data>
61 </outputs> 61 </outputs>
62 <tests> 62 <tests>