Previous changeset 0:43fb752fc295 (2022-08-25) Next changeset 2:6a99165bb7ca (2023-02-03) |
Commit message:
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_dftb_opt commit 1f0d5da860dd5cd0ffceac7a292773ed53617324 |
modified:
pm_dftb_opt.xml |
b |
diff -r 43fb752fc295 -r 23cb25b1d776 pm_dftb_opt.xml --- a/pm_dftb_opt.xml Thu Aug 25 16:18:08 2022 +0000 +++ b/pm_dftb_opt.xml Thu Sep 15 10:19:38 2022 +0000 |
[ |
@@ -27,6 +27,11 @@ <requirement type="package" version="0.2.1">pymuonsuite</requirement> <requirement type="package" version="3.0">zip</requirement> </requirements> + <required_files> + <include type="literal" path="get_out_folder.py"/> + <include type="literal" path="run.sh"/> + <include type="prefix" path="README-"/> + </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 |