We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b33d84 commit 9cd285cCopy full SHA for 9cd285c
README.md
@@ -1,3 +1,18 @@
1
-# Pydra-Dcm2Niix
+# Pydra Dcm2Niix Task
2
3
+This repository aims to be the canonical set of Pydra tasks for incorporating
4
A Pydra task interface for the dcm2niix DICOM to NIfTI converter tool (https://github.com/rordenlab/dcm2niix).
5
+
6
+Part of this effort is to establish a (mostly) declarative language for describing tasks that
7
+potentially have intricate rules for determining the availability and names from the choice of
8
+inputs.
9
10
+## Installation
11
+```
12
+pip install /path/to/pydra-dcm2niix/
13
14
15
+### Installation for developers
16
17
+pip install -e /path/to/pydra-dcm2niix/[dev]
18
0 commit comments