-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master'
- Loading branch information
Showing
9 changed files
with
557 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ aslprep/data/.DS_Store | |
aslprep/.DS_Store | ||
.DS_Store | ||
.DS_Store | ||
.trash |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The fMRIPrep on Docker wrapper | ||
------------------------------ | ||
|
||
fMRIprep is a functional magnetic resonance image pre-processing pipeline | ||
that is designed to provide an easily accessible, state-of-the-art interface | ||
that is robust to differences in scan acquisition protocols and that requires | ||
minimal user input, while providing easily interpretable and comprehensive | ||
error and output reporting. | ||
|
||
This is a lightweight Python wrapper to run fMRIPrep. | ||
It generates the appropriate Docker commands, providing an intuitive interface | ||
to running the fMRIPrep workflow in a Docker environment. | ||
Docker must be installed and running. This can be checked | ||
running :: | ||
|
||
docker info | ||
|
||
Please report any feedback to our `GitHub repository | ||
<https://github.com/poldracklab/fmriprep>`_ and do not | ||
forget to `credit <https://fmriprep.readthedocs.io/en/latest/citing.html>`_ all | ||
the authors of software that fMRIPrep uses. |
Oops, something went wrong.