You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+141-3Lines changed: 141 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ on additional functions from nipype (including `list_outputs`), each interface c
43
43
it is set as `callable` in metadata (e.g. [here](https://github.com/nipype/pydra-fsl/blob/ceae758f76bde81465e86cff029b40e334a7939a/pydra/tasks/fsl/preprocess/fast.py#L237))
44
44
45
45
- tests_inputs, tests_outputs: specification for tests,
46
-
the fields should have the same length and each element should contain
47
-
the input fields values and list of the expected output fields names
46
+
the fields should have the same length and each element should contain
47
+
the input fields values and list of the expected output fields names
48
48
49
49
- doctests: specification for doctest,
50
-
should include values for input fields and the expected `cmdline`
50
+
should include values for input fields and the expected `cmdline`
51
51
52
52
- python file with functions used as callables to gather the outputs:
53
53
`specs/callables.py` should contain all the functions from `output_callables`;
@@ -75,3 +75,141 @@ The second test, `test_run_*` should run the interfaces
75
75
Tests can be run using `pytest`:
76
76
77
77
pytest -vs pydra/tasks/fsl/{module_name}/tests
78
+
79
+
## Interface progress
80
+
81
+
Below is a list of all planned interfaces, with completed interfaces checked. The list was copied from the nipype documentation at https://nipype.readthedocs.io/en/latest/api/generated/nipype.interfaces.fsl.html.
0 commit comments