Skip to content

Commit

Permalink
Update get_source_scores.cwl
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 authored Sep 16, 2024
1 parent 40de2ed commit e4127f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source_selection/pre_selection/steps/get_source_scores.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
position: 1
itemSeparator: " "
separate: true
- id: h5merger
- id: selfcal
type: Directory
doc: The h5merger directory.

Expand All @@ -32,7 +32,7 @@ outputs:


arguments:
- valueFrom: $( inputs.h5merger.path + '/source_selection/phasediff_output.py' )
- valueFrom: $( inputs.selfcal.path + '/source_selection/phasediff_output.py' )


requirements:
Expand All @@ -42,7 +42,7 @@ requirements:
listing:
- entry: $(inputs.phasediff_h5)
writable: true
- entry: $(inputs.h5merger)
- entry: $(inputs.selfcal)

hints:
- class: DockerRequirement
Expand Down

0 comments on commit e4127f0

Please sign in to comment.