Mercurial > repos > muon-spectroscopy-computational-project > pm_symmetry
diff pm_symmetry.xml @ 3:c062cefbb20f draft
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_symmetry commit 70a4d37ecdf5d586703cfc509922311e95d3205c
author | muon-spectroscopy-computational-project |
---|---|
date | Tue, 18 Jul 2023 13:27:02 +0000 |
parents | 620ab6826b9b |
children | 34c550d15bd4 |
line wrap: on
line diff
--- a/pm_symmetry.xml Fri Feb 03 15:40:00 2023 +0000 +++ b/pm_symmetry.xml Tue Jul 18 13:27:02 2023 +0000 @@ -1,24 +1,9 @@ -<tool id="pm_symmetry" name="PyMuonSuite Symmetry" version="@TOOL_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> +<tool id="pm_symmetry" name="PyMuonSuite Symmetry" version="@PYMUONSUITE_VERSION@+galaxy@WRAPPER_VERSION@" python_template_version="3.5" profile="22.05" license="MIT"> <description>generate Wyckoff points symmetry report</description> <macros> - <!-- version of underlying tool (PEP 440) --> - <token name="@TOOL_VERSION@">0.2.3</token> <!-- version of this tool wrapper (integer) --> <token name="@WRAPPER_VERSION@">0</token> - <!-- citation should be updated with every underlying tool version --> - <!-- typical fields to update are version, month, year, and doi --> - <token name="@TOOL_CITATION@"> - @software{Sturniolo_pymuon-suite_2022, - author = {Sturniolo, Simone and Liborio, Leandro and Chadwick, Eli and Murgatroyd, Laura and Laverack, Adam and Mudaraddi, Anish and {Muon Spectroscopy Computational Project}}, - license = {GPL-3.0}, - month = {8}, - title = {{pymuon-suite}}, - url = {https://github.com/muon-spectroscopy-computational-project/pymuon-suite}, - version = {v0.2.3}, - doi = {10.5281/zenodo.7025644}, - year = {2022} - } - </token> + <import>muon_macros.xml</import> </macros> <creator> <person givenName="Jyothish" familyName="Thomas" identifier="https://orcid.org/0000-0003-4724-6924"/> @@ -26,7 +11,7 @@ <organization url="https://muon-spectroscopy-computational-project.github.io/index.html" name="The Muon Spectroscopy Computational Project"/> </creator> <requirements> - <requirement type="package" version="@TOOL_VERSION@">pymuonsuite</requirement> + <requirement type="package" version="@PYMUONSUITE_VERSION@">pymuonsuite</requirement> </requirements> <command detect_errors="exit_code"><![CDATA[ structure_name_internal=\$(sed 's/ /\_/g' <<< '$structure.name') && @@ -67,9 +52,7 @@ PyMuonSuite is distributed under the GPLv3 license. This tool wrapper is distributed under the MIT license. ]]></help> <citations> - <citation type="bibtex"> - @TOOL_CITATION@ - </citation> + <citation type="doi">@PYMUONSUITE_CITATION@</citation> <citation type="doi">10.1063/5.0012381</citation> </citations> </tool>