From 042e8f9f447bfe0b29b39ca9c0f782107cdcd90e Mon Sep 17 00:00:00 2001 From: Vlad Kondratiev <vlad.kondratiev@gmail.com> Date: Wed, 10 May 2023 13:08:11 +0200 Subject: [PATCH] small fixes --- workflow/download_and_run_psrfits_requantisation.cwl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/workflow/download_and_run_psrfits_requantisation.cwl b/workflow/download_and_run_psrfits_requantisation.cwl index 367a6c2..2e169f0 100644 --- a/workflow/download_and_run_psrfits_requantisation.cwl +++ b/workflow/download_and_run_psrfits_requantisation.cwl @@ -22,6 +22,9 @@ outputs: - id: summary_file type: File[] outputSource: requantise/summary_file +- id: summary_psrfits_file + type: File[] + outputSource: requantise/summary_psrfits_file - id: ingest type: Any outputSource: requantise/ingest @@ -46,6 +49,7 @@ steps: run: psrfits_requantisation.cwl out: - id: summary_file + - id: summary_psrfits_file - id: summary - id: tar_archive - id: ingest -- GitLab