Skip to content

Commit ea8cbaa

Browse files
authored
Merge pull request #78 from mgxd/enh/wrapper
ENH: Add wrapper package to simplify usage
2 parents 7eae454 + d1b9d06 commit ea8cbaa

File tree

4 files changed

+793
-0
lines changed

4 files changed

+793
-0
lines changed

wrapper/README.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
The NiBabies Docker/Singularity wrapper
2+
---------------------------------------
3+
4+
NiBabies is a functional magnetic resonance image pre-processing pipeline
5+
optimized for infant and neonate MRI. It is designed to provide an easily
6+
accessible, state-of-the-art interface that is robust to differences in
7+
scan acquisition protocols and that requires minimal user input, while
8+
providing easily interpretable and comprehensive error and output reporting.
9+
10+
This is a Python wrapper to run NiBabies.
11+
It generates the appropriate Docker or Singularity commands, providing an
12+
intuitive interface to running the fMRIPrep workflow in whichever environment.
13+
Docker or Singularity must be installed, and in the case of Docker, running.
14+
Installations can be check by running ::
15+
16+
docker info # Docker
17+
singularity version # Singularity
18+
19+
Please report any feedback to our `GitHub repository
20+
<https://github.com/nipreps/nibabies>`_ and do not
21+
forget to `credit <https://fmriprep.readthedocs.io/en/latest/citing.html>`_ all
22+
the authors of software that NiBabies uses.

0 commit comments

Comments
 (0)