From 2c492e3d4950e9a72c47b352f27024e40a140047 Mon Sep 17 00:00:00 2001
From: mancini <mancini@astron.nl>
Date: Wed, 4 Dec 2019 11:13:10 +0100
Subject: [PATCH] Set default input parameters

Former-commit-id: 9c0e87426a529855fb50bb56d7c24c7b8a95f896
---
 test_jobs/integration_test_prefactor_calibrator.json | 3 ++-
 workflows/prefactor_calibrator.cwl                   | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/test_jobs/integration_test_prefactor_calibrator.json b/test_jobs/integration_test_prefactor_calibrator.json
index 4c3a0889..672f9798 100644
--- a/test_jobs/integration_test_prefactor_calibrator.json
+++ b/test_jobs/integration_test_prefactor_calibrator.json
@@ -9,5 +9,6 @@
     "skymodels": {
         "class": "Directory",
         "path": "/data/skymodels"
-    }
+    },
+    "A-Team_sky_model": "/data/skymodels/Ateam_LBA_CC.skymodel"
 } 
diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl
index e2b17f1d..e3d0d939 100644
--- a/workflows/prefactor_calibrator.cwl
+++ b/workflows/prefactor_calibrator.cwl
@@ -46,10 +46,12 @@ inputs:
     'sbg:y': -737
   - id: flagunconverged
     type: boolean
+    default: true
     'sbg:x': -92
     'sbg:y': -400
   - id: do_smooth
     type: boolean
+    default: true
     'sbg:x': -89
     'sbg:y': -276
   - id: min_separation
-- 
GitLab