From a212e232aba1054d3fe1570751a9ac8fbcad3aeb Mon Sep 17 00:00:00 2001
From: alex <alex@tls-tautenburg.de>
Date: Thu, 8 Feb 2024 13:57:54 +0000
Subject: [PATCH] make h5parms writable again

---
 steps/LoSoTo.Plot.cwl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/steps/LoSoTo.Plot.cwl b/steps/LoSoTo.Plot.cwl
index 08262047..2289100d 100644
--- a/steps/LoSoTo.Plot.cwl
+++ b/steps/LoSoTo.Plot.cwl
@@ -18,7 +18,7 @@ requirements:
         entry: $(get_losoto_config('PLOT').join('\n'))
       - entryname: $(inputs.input_h5parm.basename)
         entry: $(inputs.input_h5parm)
-        writable: false
+        writable: true
       - entryname: run_losoto_plot.sh
         entry: |
           #!/bin/bash
-- 
GitLab