Skip to content

Commit c1cfe3b

Browse files
committed
dropped fileformats related-packages (will be generated in nipype2pydra)
1 parent 7d0a621 commit c1cfe3b

File tree

10 files changed

+0
-303
lines changed

10 files changed

+0
-303
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ All tasks will be inserted into the `pydra.tasks.<yourtaskpackagename>` namespac
1212
replace with appropriate name.
1313
1. Rename the namespace package root directory to replace `CHANGEME` with the name of the package:
1414
* `src/pydra/tasks/CHANGEME`
15-
1. If you are planning to define [fileformats](https://arcanaframework.github.io/fileformats/) classes specific
16-
to the tools defined in the task package, then rename the base and "extras" packages using a
17-
matching name to the package (if the tool is from in another field other than medical imaging,
18-
also replace the `medimage` part). If you don't need to define and tool-specific fileformats you can delete
19-
these packages and the .github/workflows/fileformats-ci-cd.yaml
20-
* `related-packages/fileformats/fileformats/medimage_CHANGEME`
21-
* `related-packages/fileformats-extras/fileformats/extras/medimage_CHANGEME`
2215
1. Under the newly renamed package (i.e. formerly CHANGEME) there is a directory named "v1",
2316
`src/pydra/tasks/<package-name>/v1`, change this to valid Python package name starting with
2417
'v' to indicate the version of the tool the Pydra interfaces will be designed for,

related-packages/conftest.py

Lines changed: 0 additions & 37 deletions
This file was deleted.

related-packages/fileformats-extras/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

related-packages/fileformats-extras/README.rst

Lines changed: 0 additions & 32 deletions
This file was deleted.

related-packages/fileformats-extras/fileformats/extras/medimage_CHANGEME/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

related-packages/fileformats-extras/pyproject.toml

Lines changed: 0 additions & 87 deletions
This file was deleted.

related-packages/fileformats/LICENSE

Lines changed: 0 additions & 13 deletions
This file was deleted.

related-packages/fileformats/README.rst

Lines changed: 0 additions & 28 deletions
This file was deleted.

related-packages/fileformats/fileformats/medimage_CHANGEME/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

related-packages/fileformats/pyproject.toml

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)