Metadata-Version: 2.1
Name: nibabies-wrapper
Version: 21.0.0rc0
Summary: A wrapper for generating Docker and Singularity commands for simpler NiBabies usage
Home-page: https://github.com/nipreps/nibabies
Author: The NiPreps developers
Author-email: nipreps@gmail.com
Maintainer: Mathias Goncalves
Maintainer-email: nipreps@gmail.com
License: Apache 2.0
Description: The NiBabies Docker/Singularity wrapper
        ---------------------------------------
        
        NiBabies is a functional magnetic resonance image pre-processing pipeline
        optimized for infant and neonate MRI. It 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 Python wrapper to run NiBabies.
        It generates the appropriate Docker or Singularity commands, providing an
        intuitive interface to running the fMRIPrep workflow in whichever environment.
        Docker or Singularity must be installed, and in the case of Docker, running.
        Installations can be check by running ::
        
          docker info  # Docker
          singularity version  # Singularity
        
        Please report any feedback to our `GitHub repository
        <https://github.com/nipreps/nibabies>`_ and do not
        forget to `credit <https://fmriprep.readthedocs.io/en/latest/citing.html>`_ all
        the authors of software that NiBabies uses.
        
        
        Usage
        -----
        
        Example Docker usage ::
        
          nibabies-wrapper docker <data-path> <output-path> participant <nibabies-arguments>
        
        Example Singularity usage ::
        
          nibabies-wrapper singularity <data-path> <output-path> participant -i <img-path> <nibabies-arguments>
        
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst; charset=UTF-8
