Skip to content

Commit

Permalink
Not important changes
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-kotliar committed Oct 15, 2020
1 parent c7771eb commit d9f185b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cwl_airflow/utilities/cwl.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,9 +602,10 @@ def fast_cwl_step_load(workflow, target_id, cwl_args=None, location=None):
"type": workflow_input["type"]
}

# need to copy original inputBinding because it can include loadContents
# section and loadContents itself if present outside of inputBinding.
# Also, need to copy both "default" and "secondaryFiles" if present
# need to copy:
# original inputBinding because it can include loadContents section
# loadContents itself if present outside of inputBinding
# both "default" and "secondaryFiles" if present
# TODO: Do I need to copy format?
for key in ["default", "secondaryFiles", "inputBinding", "loadContents"]:
if key in workflow_input:
Expand Down

0 comments on commit d9f185b

Please sign in to comment.