changeset 1:193ed5c2d443 draft

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/muspinsim_plot commit 1f0d5da860dd5cd0ffceac7a292773ed53617324
author muon-spectroscopy-computational-project
date Thu, 15 Sep 2022 10:19:15 +0000
parents 89ae4a5724a5
children b53cbb8ad124
files muspinsim_plot.xml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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>