File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,15 @@ To convert a Nipype_ interface to a Pydra_ task run the `nipype2pydra task` comm
26
26
pass it the conversion specification YAML file and the root of the package to save the
27
27
generated module, e.g.::
28
28
29
- $ nipype2pydra task ants_registration_registration.yaml /Users/youruser/git/pydra-ants/
29
+ $ nipype2pydra task ants_registration_registration.yaml /path/to/package/root
30
30
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.
31
38
32
39
Conversion Specifications
33
40
-------------------------
You can’t perform that action at this time.
0 commit comments