-
-
Notifications
You must be signed in to change notification settings - Fork 65
Separate commands and output #238
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
Conversation
src/topics/outputs.md
Outdated
| hello.txt | ||
| ``` | ||
|
|
||
| And now invoke `cwl-runner` with the tool wrapper and the input object on the command line: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
An addition to the style guide, use "tool description" not "tool wrapper"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TIL, will fix it and update the style guide too. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description not descriptor :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I went to do a quick self-edit of what I wrote, and realized it. Then I tried fixing that after rebasing, and wrote “Use tool description, not tool description”. Then fixed that and messed up somewhere else. Argh. Hopefully fixed now 🤞
f17e1c6 to
1ab3756
Compare
mr-c
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Closes #209