Metadata-Version: 2.1
Name: fmriprep-docker
Version: 20.2.2
Summary: A wrapper for generating Docker commands using regular fMRIPrep syntax
Home-page: https://github.com/nipreps/fmriprep
Author: The NiPreps developers
Author-email: nipreps@gmail.com
Maintainer: Christopher J. Markiewicz
Maintainer-email: nipreps@gmail.com
License: 3-clause BSD
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/x-rst; charset=UTF-8

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/nipreps/fmriprep>`_ and do not
forget to `credit <https://fmriprep.readthedocs.io/en/latest/citing.html>`_ all
the authors of software that fMRIPrep uses.


