Mercurial > repos > muon-spectroscopy-computational-project > pm_yaml_config
comparison pm_yaml_config.xml @ 4:84fe9136c8c8 draft default tip
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_yaml_config commit 389608650050596b28bc0c055de9f98c513a6f65
author | muon-spectroscopy-computational-project |
---|---|
date | Fri, 26 Jul 2024 12:58:09 +0000 |
parents | 03f4f2aaa91c |
children |
comparison
equal
deleted
inserted
replaced
3:03f4f2aaa91c | 4:84fe9136c8c8 |
---|---|
4 <!-- version of underlying tool (PEP 440) --> | 4 <!-- version of underlying tool (PEP 440) --> |
5 <!-- this wrapper doesn't have pymuonsuite as a dependency, but it will change according | 5 <!-- this wrapper doesn't have pymuonsuite as a dependency, but it will change according |
6 to the pymuonsuite interface, so follow the same versioning pattern --> | 6 to the pymuonsuite interface, so follow the same versioning pattern --> |
7 <token name="@TOOL_VERSION@">0.3.0</token> | 7 <token name="@TOOL_VERSION@">0.3.0</token> |
8 <!-- version of this tool wrapper (integer) --> | 8 <!-- version of this tool wrapper (integer) --> |
9 <token name="@WRAPPER_VERSION@">0</token> | 9 <token name="@WRAPPER_VERSION@">1</token> |
10 <!-- citation should be updated with every underlying tool version --> | 10 <!-- citation should be updated with every underlying tool version --> |
11 <token name="@TOOL_CITATION@">10.5281/zenodo.8026711</token> | 11 <token name="@TOOL_CITATION@">10.5281/zenodo.8026711</token> |
12 <import>muon_macros.xml</import> | 12 <import>muon_macros.xml</import> |
13 </macros> | 13 </macros> |
14 <creator> | 14 <creator> |
163 <expand macro="k_points_grid"/> | 163 <expand macro="k_points_grid"/> |
164 <param type="integer" argument="max_scc_steps" value="200" min="0" optional="true" label="Max SCC steps" help="If applicable, max number of SCC steps to perform before giving up. Default is 200 for DFTB+ and 30 for CASTEP."/> | 164 <param type="integer" argument="max_scc_steps" value="200" min="0" optional="true" label="Max SCC steps" help="If applicable, max number of SCC steps to perform before giving up. Default is 200 for DFTB+ and 30 for CASTEP."/> |
165 </section> | 165 </section> |
166 </inputs> | 166 </inputs> |
167 <outputs> | 167 <outputs> |
168 <data label="Configuration for $general_params.name" name="out_yaml" format="yaml"/> | 168 <data name="out_yaml" format="yaml"/> |
169 </outputs> | 169 </outputs> |
170 <tests> | 170 <tests> |
171 <test expect_num_outputs="1"> | 171 <test expect_num_outputs="1"> |
172 <section name="general_params"> | 172 <section name="general_params"> |
173 <param name="poisson_r" value="0.8"/> | 173 <param name="poisson_r" value="0.8"/> |