# HG changeset patch
# User muon-spectroscopy-computational-project
# Date 1689686800 0
# Node ID 40071ff7728589fd2d6e4315b44961c50f03bc10
# Parent 276a25ab05f26f2223d9c9aff5080b391cd63bdb
planemo upload for repository https://github.com/muon-spectroscopy-computational-project/muon-galaxy-tools/main/pm_muairss_read commit 70a4d37ecdf5d586703cfc509922311e95d3205c
diff -r 276a25ab05f2 -r 40071ff77285 config.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/config.py Tue Jul 18 13:26:40 2023 +0000
@@ -0,0 +1,18 @@
+import yaml
+
+
+def main():
+ with open("params.yaml") as f:
+ existing_params = yaml.safe_load(f)
+
+ with open("incoming_params") as f:
+ incoming_params = yaml.safe_load(f)
+
+ merged_params = {**existing_params, **incoming_params}
+
+ with open("params.yaml", "w") as f:
+ yaml.safe_dump(merged_params, f)
+
+
+if __name__ == "__main__":
+ main()
diff -r 276a25ab05f2 -r 40071ff77285 muon_macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/muon_macros.xml Tue Jul 18 13:26:40 2023 +0000
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ^[\s\d,\[\]]+$
+
+
+
+
+
+ 2.2.1
+ 10.5281/zenodo.7733979
+ 10.5281/zenodo.6517626
+ 0.3.0
+ 10.5281/zenodo.8026711
+ 10.5281/zenodo.7025643
+
\ No newline at end of file
diff -r 276a25ab05f2 -r 40071ff77285 pm_muairss_read.xml
--- a/pm_muairss_read.xml Fri Feb 03 15:39:29 2023 +0000
+++ b/pm_muairss_read.xml Tue Jul 18 13:26:40 2023 +0000
@@ -1,67 +1,165 @@
-