diff --git a/steps/get_targetname.cwl b/steps/get_targetname.cwl index c727fc18063962a39a0e26d254a7cff57dc4600e..030067532fd3c8e9f51ededb230b7bb0cfeda0e5 100644 --- a/steps/get_targetname.cwl +++ b/steps/get_targetname.cwl @@ -23,7 +23,7 @@ arguments: output = getTargetName(mss) - targetName = output['targetName'].lstrip().rstrip().replace(' ','_') + targetName = output['targetName'].lstrip().rstrip().replace(' ','') cwl_output = {"targetName": targetName} with open('./out.json', 'w') as fp: diff --git a/workflows/linc_calibrator/bp.cwl b/workflows/linc_calibrator/bp.cwl index 6f5bdb3d4c3c8b8b9dbdc4250fce5e3246a97fca..e766d24e720d4682bf0a6d7fe7f07c45abc8b5bb 100644 --- a/workflows/linc_calibrator/bp.cwl +++ b/workflows/linc_calibrator/bp.cwl @@ -301,7 +301,7 @@ steps: - id: plotFlag default: true - id: prefix - default: bbandpass_transfer_ + default: bandpass_transfer_ out: - id: output_plots - id: logfile