10000 `shell_task` decorator by tclose · Pull Request #655 · nipype/pydra · GitHub
[go: up one dir, main page]

Skip to content

shell_task decorator #655

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

Closed
wants to merge 11 commits into from
Prev Previous commit
Next Next commit
touched up docs
  • Loading branch information
tclose committed May 15, 2023
commit 35039182373d8bc2cf563c62634403491d995466
2 changes: 1 addition & 1 deletion docs/input_spec.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ In the example we used multiple keys in the metadata dictionary including `help_


`shell_arg` Function
------------------
--------------------

For convenience, there is a function in `pydra.mark` called `shell_arg()`, which will
takes the above metadata values as arguments and inserts them into the metadata passed
Expand Down
0