comparison muon_macros.xml @ 3:03f4f2aaa91c draft default tip

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_yaml_config commit 70a4d37ecdf5d586703cfc509922311e95d3205c
author muon-spectroscopy-computational-project
date Tue, 18 Jul 2023 13:27:20 +0000
parents 2d9b2ffec9d5
children
comparison
equal deleted inserted replaced
2:2d9b2ffec9d5 3:03f4f2aaa91c
15 <xml name="k_points_grid"> 15 <xml name="k_points_grid">
16 <param type="text" argument="k_points_grid" value="[1,1,1]" label="K-points grid" help="List of three integer k-points. Default is [1,1,1]."> 16 <param type="text" argument="k_points_grid" value="[1,1,1]" label="K-points grid" help="List of three integer k-points. Default is [1,1,1].">
17 <validator type="regex" message="Input should only contain whitespace, '[', ']', ',' and digits.">^[\s\d,\[\]]+$</validator> 17 <validator type="regex" message="Input should only contain whitespace, '[', ']', ',' and digits.">^[\s\d,\[\]]+$</validator>
18 </param> 18 </param>
19 </xml> 19 </xml>
20 <!-- version of underlying tool (PEP 440) -->
21 <!-- citation should be updated with every underlying tool version -->
22 <!-- concept is not updated, and should only be used for referencing the idea of the software -->
23 <token name="@MUSPINSIM_VERSION@">2.2.1</token>
24 <token name="@MUSPINSIM_CITATION@">10.5281/zenodo.7733979</token>
25 <token name="@MUSPINSIM_CONCEPT@">10.5281/zenodo.6517626</token>
26 <token name="@PYMUONSUITE_VERSION@">0.3.0</token>
27 <token name="@PYMUONSUITE_CITATION@">10.5281/zenodo.8026711</token>
28 <token name="@PYMUONSUITE_CONCEPT@">10.5281/zenodo.7025643</token>
20 </macros> 29 </macros>