From 03b9fb099f4827cec9c6233ca93ef6c9a19ffcc8 Mon Sep 17 00:00:00 2001
From: Alexander Drabent <alex@tls-tautenburg.de>
Date: Thu, 13 Feb 2020 17:09:33 +0100
Subject: [PATCH] change File? to string?

Former-commit-id: 9e0289d44615af8ba2c16a32eea11598db886826 [formerly cfbe593a1fe41fa7503ea121192414dae738f01a]
Former-commit-id: 8231c82d6f34150118bcf0660bcc4421fb97db8d
Former-commit-id: 85ea04c08e954ae336c445f63597b9852442d2cf
---
 workflows/HBA_calibrator.cwl            | 8 ++++----
 workflows/prefactor_calibrator.cwl      | 8 ++++----
 workflows/prefactor_calibrator/prep.cwl | 2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/workflows/HBA_calibrator.cwl b/workflows/HBA_calibrator.cwl
index 26666fb6..c7f4f9ed 100644
--- a/workflows/HBA_calibrator.cwl
+++ b/workflows/HBA_calibrator.cwl
@@ -77,12 +77,12 @@ inputs:
     'sbg:x': -1000
     'sbg:y': -400
   - id: solutions2transfer
-    type: File?
+    type: string?
     default: /data/solutions/3C48.h5
     'sbg:x': -1000
     'sbg:y': -300
   - id: antennas2transfer
-    type: File?
+    type: string?
     default: '[FUSPID].*'
     'sbg:x': -1000
     'sbg:y': -200
@@ -164,12 +164,12 @@ inputs:
     'sbg:x': -1000
     'sbg:y': 1300
   - id: calibrator_path_skymodel
-    type: Directory?
+    type: string?
     default: /data/skymodels
     'sbg:x': -1000
     'sbg:y': 1400
   - id: A-Team_skymodel
-    type: File?
+    type: string?
     default: /data/skymodels/Ateam_LBA_CC.skymodel
     'sbg:x': -1000
     'sbg:y': 1500
diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl
index c0f90140..2dda40da 100644
--- a/workflows/prefactor_calibrator.cwl
+++ b/workflows/prefactor_calibrator.cwl
@@ -77,12 +77,12 @@ inputs:
     'sbg:x': -1000
     'sbg:y': -400
   - id: solutions2transfer
-    type: File?
+    type: string?
     default: /data/solutions/3C48.h5
     'sbg:x': -1000
     'sbg:y': -300
   - id: antennas2transfer
-    type: File?
+    type: string?
     default: '[FUSPID].*'
     'sbg:x': -1000
     'sbg:y': -200
@@ -164,12 +164,12 @@ inputs:
     'sbg:x': -1000
     'sbg:y': 1300
   - id: calibrator_path_skymodel
-    type: Directory?
+    type: string?
     default: /data/skymodels
     'sbg:x': -1000
     'sbg:y': 1400
   - id: A-Team_skymodel
-    type: File?
+    type: string?
     default: /data/skymodels/Ateam_LBA_CC.skymodel
     'sbg:x': -1000
     'sbg:y': 1500
diff --git a/workflows/prefactor_calibrator/prep.cwl b/workflows/prefactor_calibrator/prep.cwl
index 7ec10691..0b0b193e 100644
--- a/workflows/prefactor_calibrator/prep.cwl
+++ b/workflows/prefactor_calibrator/prep.cwl
@@ -71,7 +71,7 @@ inputs:
     'sbg:x': -1000
     'sbg:y': 600
   - id: A-Team_skymodel
-    type: File?
+    type: string?
     default: /data/skymodels/Ateam_LBA_CC.skymodel
     'sbg:x': -1000
     'sbg:y': 700
-- 
GitLab