From 0f39bd79e9517f7a5d5183de0fc5b5d2e6da330c Mon Sep 17 00:00:00 2001
From: Tammo Jan Dijkema <dijkema@astron.nl>
Date: Thu, 31 Oct 2019 16:38:37 +0100
Subject: [PATCH] Remove debugging file

---
 prefactor_calibrator_no_flagging.cwl | 78 ----------------------------
 1 file changed, 78 deletions(-)
 delete mode 100644 prefactor_calibrator_no_flagging.cwl

diff --git a/prefactor_calibrator_no_flagging.cwl b/prefactor_calibrator_no_flagging.cwl
deleted file mode 100644
index 717e9e3c..00000000
--- a/prefactor_calibrator_no_flagging.cwl
+++ /dev/null
@@ -1,78 +0,0 @@
-class: Workflow
-cwlVersion: v1.0
-id: prefactor_calibrator
-label: prefactor_calibrator
-$namespaces:
-  sbg: 'https://www.sevenbridges.com/'
-inputs:
-  - id: raw_data
-    type: boolean
-    'sbg:x': -620
-    'sbg:y': -683
-  - id: demix
-    type: boolean
-    'sbg:x': -617
-    'sbg:y': -347
-  - id: msin
-    type: 'Directory[]'
-    'sbg:x': -656
-    'sbg:y': -525
-outputs:
-  - id: demix_parmdb
-    outputSource:
-      - ndppp_prep_cal/demix_parmdb
-    type:
-      - 'null'
-      - Directory
-      - type: array
-        items: Directory
-    'sbg:x': -67.85011291503906
-    'sbg:y': -356.76287841796875
-  - id: output_ms
-    outputSource:
-      - aoflagger/output_ms
-    type: 'Directory[]'
-    'sbg:x': 353.094482421875
-    'sbg:y': -641.6251831054688
-steps:
-  - id: ndppp_prep_cal
-    in:
-      - id: baselines_to_flag
-        default: []
-      - id: elevation_to_flag
-        default: 0deg..20deg
-      - id: min_amplitude_to_flag
-        default: 1.e-30
-      - id: memoryperc
-        default: 20
-      - id: raw_data
-        source: raw_data
-      - id: demix
-        source: demix
-      - id: msin
-        linkMerge: merge_flattened
-        source:
-          - msin
-    out:
-      - id: msout
-      - id: demix_parmdb
-    run: subworkflow/ndppp_prep_cal.cwl
-    label: ndppp_prep_cal
-    scatter:
-      - msin
-    'sbg:x': -359
-    'sbg:y': -519
-  - id: aoflagger
-    in:
-      - id: msin
-        source:
-          - ndppp_prep_cal/msout
-    out:
-      - id: output_ms
-    run: steps/AOFlagger.cwl
-    label: AOFlagger
-    'sbg:x': 122.55892181396484
-    'sbg:y': -614.0164184570312
-requirements:
-  - class: SubworkflowFeatureRequirement
-  - class: ScatterFeatureRequirement
-- 
GitLab