Skip to content

Commit d8c2fd3

Browse files
committed
Rename cores to ncpu in wsclean
image_intermediate_resolution.cwl called wsclean with the `ncpu` input. wsclean.cwl does not have this input; it has `cores`. I expect that this got mixed up due to the discussion in #110[1]. I have renamed the wsclean.cwl input `ncpu` per the consensus of the earlier discussion. [1] #110 (comment)
1 parent 5c253c1 commit d8c2fd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

steps/wsclean.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ inputs:
2424
shellQuote: false
2525
itemSeparator: ' '
2626
prefix: '-temp-dir'
27-
- id: cores
27+
- id: ncpu
2828
type: int?
2929
default: 24
3030
inputBinding:

workflows/subworkflows/image_and_trim.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ steps:
5555
- id: make_facet_image
5656
label: make_facet_image
5757
in:
58-
- id: cores
58+
- id: ncpu
5959
source: number_cores
6060
- id: msin
6161
source: msin

0 commit comments

Comments
 (0)