Skip to content

Commit 236544b

Browse files
committed
DOC: Visually separate header sections
1 parent 122d4e6 commit 236544b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ Anatomical | Functional
99

1010
*NiBabies* is an extension of [fMRIPrep](https://fmriprep.org/en/stable/) designed and tested for infants 0-2 years old. *NiBabies* offers structural and functional MRI preprocessing.
1111

12-
----
12+
---
13+
1314
### Requirements
1415

1516
Given its extensive dependencies, the easiest way to get up and running with *NiBabies* is by using the available [Docker](https://hub.docker.com/r/mgxd/nibabies/tags?page=1&ordering=last_updated) or [Singularity](https://cloud.sylabs.io/library/mathiasg/default/nibabies) containers.
@@ -24,6 +25,7 @@ singularity pull library://mathiasg/default/nibabies:0.1.0
2425

2526
If you insist on installing this tool locally, you can use the [Dockerfile](./Dockerfile) as a guide.
2627

28+
---
2729

2830
### Usage
2931

@@ -317,8 +319,9 @@ NiBabies specific options:
317319

318320
</details>
319321

322+
---
320323

321-
#### Running with ``nibabies-wrapper``
324+
### Running with ``nibabies-wrapper``
322325

323326
The ``nibabies-wrapper`` is a lightweight Python 2/3 wrapper for running *NiBabies* via Docker and Singularity.
324327
It will generate a Docker/Singularity command line for you, print it out for reporting purposes, and then execute it without further action needed, e.g.:
@@ -340,6 +343,8 @@ RUNNING: singularity run --cleanenv -B /path/to/data:/data:ro \
340343

341344
The ``nibabies-wrapper`` accepts all of the [available options for NiBabies](#extensive-usage), automatically translating local files and directories into mount points.
342345

346+
---
347+
343348
### Outputs
344349

345350
TODO - Refer to [fMRIPrep's outputs](https://fmriprep.org/en/20.2.1/outputs.html) for now.

0 commit comments

Comments
 (0)