diff muspinsim_plot.xml @ 4:e15e8800c39e draft default tip

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/muspinsim_plot commit 70a4d37ecdf5d586703cfc509922311e95d3205c
author muon-spectroscopy-computational-project
date Tue, 18 Jul 2023 13:26:26 +0000
parents d7a0a31760b1
children
line wrap: on
line diff
--- a/muspinsim_plot.xml	Fri Feb 03 15:39:12 2023 +0000
+++ b/muspinsim_plot.xml	Tue Jul 18 13:26:26 2023 +0000
@@ -4,29 +4,16 @@
         <!-- version of underlying tool (PEP 440) -->
         <token name="@TOOL_VERSION@">3.5.1</token>
         <!-- version of this tool wrapper (integer) -->
-        <token name="@WRAPPER_VERSION@">1</token>
+        <token name="@WRAPPER_VERSION@">2</token>
         <!-- citation should be updated with every underlying tool version -->
         <!-- typical fields to update are version, month, year, and doi -->
-        <token name="@TOOL_CITATION@">
-            @article{Hunter:2007,
-                author = {Hunter, J. D.},
-                title = {Matplotlib: A 2D graphics environment},
-                journal = {Computing in Science &amp; Engineering},
-                volume = {9},
-                number = {3},
-                pages = {90--95},
-                abstract = {Matplotlib is a 2D graphics package used for Python for
-                      application development, interactive scripting, and publication-quality
-                      image generation across user interfaces and operating systems.},
-                      publisher = {IEEE COMPUTER SOC},
-                doi = {10.1109/MCSE.2007.55},
-                year = {2007}
-            }
-        </token>
+        <token name="@TOOL_CITATION@">10.1109/MCSE.2007.55</token>
+        <import>muon_macros.xml</import>
     </macros>
     <creator>
         <person givenName="Anish" familyName="Mudaraddi" identifier="https://orcid.org/0000-0002-2135-2705"/>
         <person givenName="Eli" familyName="Chadwick" url="https://github.com/elichad" identifier="https://orcid.org/0000-0002-0035-6475"/>
+        <person givenName="Patrick" familyName="Austin" url="https://github.com/patrick-austin" identifier="https://orcid.org/0000-0002-6279-7823"/>
         <organization url="https://muon-spectroscopy-computational-project.github.io/index.html" name="The Muon Spectroscopy Computational Project"/>
     </creator>
     <requirements>
@@ -82,10 +69,10 @@
         </repeat>
     </inputs>
     <outputs>
-        <data format="pdf" name="out_file_pdf" from_work_dir="outfile.pdf">
+        <data format="pdf" name="out_file_pdf" from_work_dir="outfile.pdf" label="PDF plot on ${on_string}">
             <filter>(out_file_type == 'pdf')</filter>
         </data>
-        <data format="png" name="out_file_png" from_work_dir="outfile.png">
+        <data format="png" name="out_file_png" from_work_dir="outfile.png" label="PNG plot on ${on_string}">
             <filter>(out_file_type == 'png')</filter>
         </data>
     </outputs>
@@ -147,20 +134,7 @@
         You can overlay multiple plots on top of each other by providing more than one data file.
     ]]></help>
     <citations>
-        <citation type="bibtex">
-            @TOOL_CITATION@
-        </citation>
-        <citation type="bibtex">
-            @software{muspinsim,
-                author = {Sturniolo, Simone and Liborio, Leandro and Owen, Josh and Mudaraddi, Anish and {Muon Spectroscopy Computational Project}},
-                license = {MIT},
-                title = {{muspinsim}},
-                url = {https://github.com/muon-spectroscopy-computational-project/muspinsim},
-                version = {v1.1.0},
-                month = {5},
-                year = {2022},
-                doi = {10.5281/zenodo.6563074}
-            }
-        </citation>
+        <citation type="doi">@TOOL_CITATION@</citation>
+        <citation type="doi">@MUSPINSIM_CONCEPT@</citation>
     </citations>
 </tool>