Skip to content

Commit 9cd285c

Browse files
authored
Update README.md
1 parent 2b33d84 commit 9cd285c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1-
# Pydra-Dcm2Niix
1+
# Pydra Dcm2Niix Task
22

3+
This repository aims to be the canonical set of Pydra tasks for incorporating
34
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

Comments
 (0)