From 22dbf8263bc420cd24e01b46d9c481b09be1e318 Mon Sep 17 00:00:00 2001 From: Alexander Drabent <alex@transitix> Date: Wed, 22 Jan 2020 11:20:58 +0100 Subject: [PATCH] update, small format changes Former-commit-id: b3fa26bd680a44ec30df7c624cd25f605e5130ec --- workflows/prefactor_calibrator.cwl | 4 ---- workflows/prefactor_calibrator/prep.cwl | 32 +++++++++++++++++-------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/workflows/prefactor_calibrator.cwl b/workflows/prefactor_calibrator.cwl index f62f4eca..31e959bb 100644 --- a/workflows/prefactor_calibrator.cwl +++ b/workflows/prefactor_calibrator.cwl @@ -244,10 +244,6 @@ steps: source: demix_freqstep - id: demix_timestep source: demix_timestep - - id: demix_target - source: demix_target - - id: demix_target - source: demix_target - id: demix source: demix - id: memoryperc diff --git a/workflows/prefactor_calibrator/prep.cwl b/workflows/prefactor_calibrator/prep.cwl index dd1b5269..5cff3afa 100644 --- a/workflows/prefactor_calibrator/prep.cwl +++ b/workflows/prefactor_calibrator/prep.cwl @@ -5,26 +5,38 @@ label: prep_cal $namespaces: sbg: 'https://www.sevenbridges.com/' inputs: + - id: msin + type: 'Directory[]' + 'sbg:x': -1000 + 'sbg:y': -800 + - id: flag_baselines + type: 'string[]' + 'sbg:x': -1000 + 'sbg:y': -700 + - id: process_baselines_cal + type: string + 'sbg:x': -1000 + 'sbg:y': -600 + - id: filter_baselines + type: string + 'sbg:x': -1000 + 'sbg:y': -500 + - id: do_smooth + type: boolean + 'sbg:x': -1000 + 'sbg:y': -400 - id: raw_data type: boolean - 'sbg:x': -634 - 'sbg:y': -688 + 'sbg:x': -1000 + 'sbg:y': -300 - id: demix type: boolean 'sbg:x': -639 'sbg:y': -206.68032836914062 - - id: msin - type: 'Directory[]' - 'sbg:x': -635 - 'sbg:y': -543 - id: memoryperc type: int 'sbg:x': -634 'sbg:y': -411 - - id: baselines_to_flag - type: 'string[]' - 'sbg:x': -635 - 'sbg:y': -100.83224487304688 - id: min_separation type: float? 'sbg:x': -638.4987182617188 -- GitLab