Repository 'muspinsim_plot'
hg clone https://toolshed.g2.bx.psu.edu/repos/muon-spectroscopy-computational-project/muspinsim_plot

Changeset 1:193ed5c2d443 (2022-09-15)
Previous changeset 0:89ae4a5724a5 (2022-08-25) Next changeset 2:b53cbb8ad124 (2022-09-15)
Commit message:
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/muspinsim_plot commit 1f0d5da860dd5cd0ffceac7a292773ed53617324
modified:
muspinsim_plot.xml
b
diff -r 89ae4a5724a5 -r 193ed5c2d443 muspinsim_plot.xml
--- a/muspinsim_plot.xml Thu Aug 25 16:17:15 2022 +0000
+++ b/muspinsim_plot.xml Thu Sep 15 10:19:15 2022 +0000
[
@@ -31,6 +31,9 @@
     <requirements>
         <requirement type="package" version="@TOOL_VERSION@">matplotlib</requirement>
     </requirements>
+    <required_files>
+        <include type="literal" path="generate_plot.py"/>
+    </required_files>
     <command detect_errors="exit_code"><![CDATA[
        python ${__tool_directory__}/generate_plot.py inputs.json
     ]]></command>