Skip to content

Commit 517dbf5

Browse files
committed
[skip ci] updated readme
1 parent 9a795a7 commit 517dbf5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ To convert a Nipype_ interface to a Pydra_ task run the `nipype2pydra task` comm
2626
pass it the conversion specification YAML file and the root of the package to save the
2727
generated module, e.g.::
2828

29-
$ nipype2pydra task ants_registration_registration.yaml /Users/youruser/git/pydra-ants/
29+
$ nipype2pydra task ants_registration_registration.yaml /path/to/package/root
3030

31+
This will create a module file under the package root directory based on the `output_module`
32+
field in the specification, e.g::
33+
34+
/path/to/package/root/output/module/value
35+
36+
If that is missing and the nipype interface is in the standard `nipype.interfaces`
37+
package, then it will be stored at `pydra.tasks.` with the same path end.
3138

3239
Conversion Specifications
3340
-------------------------

0 commit comments

Comments
 (0)