File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed
src/dirac_cwl_proto/transformation
test/workflows/gaussian_fit/data_generation Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,6 @@ def submit_transformation_router(transformation: TransformationSubmissionModel)
189189 job_model_params = _generate_job_model_parameter (input_data_dict )
190190 logger .info ("Input data for the transformation retrieved!" )
191191
192- elif transformation .execution_hooks .configuration :
193- job_model_params .append (
194- JobInputModel (
195- sandbox = None , cwl = transformation .execution_hooks .configuration
196- )
197- )
198-
199192 logger .info ("Building the jobs..." )
200193 jobs = JobSubmissionModel (
201194 task = transformation .task ,
Original file line number Diff line number Diff line change 77inputs :
88 output_file_name_1:
99 type : string
10- default : "data1 . txt"
10+ default : "data-gen1 . txt"
1111 output_file_name_2:
1212 type : string
13- default : "data2 . txt"
13+ default : "data-gen2 . txt"
1414
1515outputs :
1616 data1:
You can’t perform that action at this time.
0 commit comments