Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile to cwl tasks doesn't create int type #25

Closed
romeokienzler opened this issue Nov 22, 2023 · 1 comment
Closed

compile to cwl tasks doesn't create int type #25

romeokienzler opened this issue Nov 22, 2023 · 1 comment

Comments

@romeokienzler
Copy link
Member

Using claimed-c3==0.2.15

The following call:

c3_create_operator --test_mode -r us.ico.io/geodn operator_example.py

produces from:

num_values = int(os.getenv('num_values', 5))

this cwl task parameter definition:

num_values:
type: string
default: "5"
inputBinding:
position: 5
prefix: --num_values

Expected:

type: int

@blumenstiel
Copy link
Collaborator

Fixed in #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants