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

No stdout / stderr for CommandOutputParameter type #74

Closed
illusional opened this issue Dec 18, 2019 · 2 comments
Closed

No stdout / stderr for CommandOutputParameter type #74

illusional opened this issue Dec 18, 2019 · 2 comments
Milestone

Comments

@illusional
Copy link

Version: 2019.12.06
IDE: vscode (Version: 1.41.0)

Benten is reporting a problem when stderr | stdout is used as a type on a CommandOutputParameter, but I believe (and CWLTool validate is saying) it's okay.

image

Minimum example:

cwlVersion: v1.0
class: CommandLineTool
baseCommand: "echo"
inputs:
  inp:
    type: File
    inputBinding:
        position: 0
outputs:
  std: stdout
@ghost
Copy link

ghost commented Dec 18, 2019

@illusional Thanks for reporting this.

Did you first install Benten before Sept 2019? If that is possible, could you try one check - under ~/.config/sevenbridges/benten/ can you remove the schema-v1.0.json file? In the original schema these were not formally written up as acceptable types. I patched the schema that is distributed with Benten, but only on 13th Sept (

). If you installed it earlier the new schema will not overwrite the existing one. Deleting the schema in ~/.config/sevenbridges/benten/ and restarting Benten will copy over the new schema.

If this is not the issue, I will look into it. Thanks!

@ghost ghost self-assigned this Dec 18, 2019
@ghost ghost added this to the 2019.12.25 milestone Dec 18, 2019
@ghost ghost changed the title No expecting stdout / stderr for CommandOutputParameter type No stdout / stderr for CommandOutputParameter type Dec 18, 2019
@illusional
Copy link
Author

That was it, thanks @kaushik-work!

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

1 participant