changeset 1:904815426ba8 draft

planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_uep_opt commit 1f0d5da860dd5cd0ffceac7a292773ed53617324
author muon-spectroscopy-computational-project
date Thu, 15 Sep 2022 10:20:50 +0000
parents e4097a3e3e75
children 8f41a71fc710
files pm_uep_opt.xml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pm_uep_opt.xml	Thu Aug 25 16:20:08 2022 +0000
+++ b/pm_uep_opt.xml	Thu Sep 15 10:20:50 2022 +0000
@@ -29,6 +29,10 @@
         <requirement type="package" version="@TOOL_VERSION@">pymuonsuite</requirement>
         <requirement type="package" version="3.0">zip</requirement>
     </requirements>
+    <required_files>
+        <include type="literal" path="run.sh"/>
+        <include type="literal" path="get_out_folder.py"/>
+    </required_files>
     <command detect_errors="exit_code"><![CDATA[
         unzip "$muonated_structures" &&
         if test -f "params.yaml"; then echo "params.yaml present"; else echo "params.yaml missing" && exit 64; fi &&