File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,15 @@ All tasks will be inserted into the `pydra.tasks.<yourtaskpackagename>` namespac
10
10
1 . Give your repo a name.
11
11
1 . Once the repo is created and cloned, search for CHANGEME (` grep -rn CHANGEME . ` ) and
12
12
replace with appropriate name.
13
- 1 . Rename the following folders to replace ` CHANGEME ` with the name of the package:
13
+ 1 . Rename the namespace package root directory to replace ` CHANGEME ` with the name of the package:
14
14
* ` src/pydra/tasks/CHANGEME `
15
- * ` fileformats/fileformats/medimage_CHANGEME `
16
- * ` fileformats/fileformats/extras/medimage_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 `
17
22
1 . Under the newly renamed package (i.e. formerly CHANGEME) there is a directory named "v1",
18
23
` src/pydra/tasks/<package-name>/v1 ` , change this to valid Python package name starting with
19
24
'v' to indicate the version of the tool the Pydra interfaces will be designed for,
You can’t perform that action at this time.
0 commit comments