-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Update 14-runtime.md #144
Update 14-runtime.md #144
Conversation
I am not sure I have all of the terminology correct, but I felt a more detailed explanation of what is going on, what is CWL and what is YAML was needed. Feel free to ask me to re-write. |
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.
Thank you @longr, this is a clear improvement to the section. If you can remove the one instance of "just" that I mentioned*, I think it will be ready to merge.
*bonus points if you change the other use of "just" (line 44) to "only" too 🙂
_episodes/14-runtime.md
Outdated
@@ -39,6 +39,10 @@ To test the above CWL tool use this job to provide the input value `message`: | |||
~~~ | |||
{: .source} | |||
|
|||
Before we run this, lets look at each step in a little more detail. The base command `baseCommand: ["sh", "example.sh"]` will execute the command `sh example.sh`. This will just run the file we create in the shell. |
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.
I recommend to avoid using the word "just" - it can come across as dismissive language. In this case it can be removed i.e. "This will run the file we create in the shell."
Added more of an explanation to the InitialWorkDirRequirement to hopefully improve the clarity.
Thank you @longr ! |
Added more of an explanation to the InitialWorkDirRequirement to hopefully improve the clarity.