From 115e2f899e7363ca1e331cf29aab0db31bad3420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Alonso=20=C3=81lvarez?= Date: Fri, 1 Dec 2023 08:58:45 +0000 Subject: [PATCH] Adds defaults for data and settings files --- model_file.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/model_file.yaml b/model_file.yaml index 353f765..3859800 100644 --- a/model_file.yaml +++ b/model_file.yaml @@ -42,11 +42,11 @@ spec: dataslots: - name: Settings file - description: > - Settings file setting up a WSIMOD simulation. Providing a settings file is - required. + description: Settings file setting up a WSIMOD simulation. path: inputs/ - required: false + default: + - 8cea5a04-ac8c-42c7-b742-3864436efef2 + required: true - name: Additional Data Files description: > @@ -54,4 +54,6 @@ spec: data. The filenames should be the same as those indicated in the WSIMOD settings file. It can be empty if no data files are required. path: inputs/ + default: + - 599816bb-4487-406e-b765-996b64462ba6 required: False