Skip to content

Commit

Permalink
misc fixes (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Fennick <jake.fennick@axleinfo.com>
  • Loading branch information
jfennick and jfennick authored Jan 18, 2024
1 parent 1724d99 commit 244f163
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cwl_adapters/filter_array.cwl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env cwl-runner
cwlVersion: v1.0
cwlVersion: v1.2

class: CommandLineTool

Expand Down
2 changes: 1 addition & 1 deletion cwl_adapters/subdirectory.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inputs:
default: "."

subdirectory:
type: string?
type: Directory

outputs:
subdirectory:
Expand Down
2 changes: 1 addition & 1 deletion src/wic/python_cwl_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
DRIVER_SCRIPT = '/python_cwl_driver.py'
TYPES_SCRIPT = '/workflow_types.py'

TYPES_SCRIPT_REL = 'examples/scripts/workflow_types.py'
TYPES_SCRIPT_REL = '../workflow-inference-compiler/examples/scripts/workflow_types.py'

# NOTE: VERY IMPORTANT: Since we have to programmatically import the python file in the compiler,
# and since the act of importing it executes the entire file (i.e. including import statements),
Expand Down

0 comments on commit 244f163

Please sign in to comment.