Metadata-Version: 2.1
Name: cubids
Version: 1.0.5
Summary: BIDS Curation Tool
Home-page: https://github.com/pennlinc/cubids
Author: Neuroinformatics Team of PennLINC
Author-email: sydney.covitz@pennmecidine.upenn.edu
Maintainer: Sydney Covitz
License: MIT License
Keywords: cubids
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5
Provides-Extra: datalad
Provides-Extra: doc
Provides-Extra: docs
Provides-Extra: tests
Provides-Extra: all
License-File: LICENSE
License-File: AUTHORS.rst

========================
CuBIDS: Curation of BIDS
========================


.. image:: https://img.shields.io/pypi/v/cubids.svg
        :target: https://pypi.python.org/pypi/cubids

.. image:: https://circleci.com/gh/PennLINC/CuBIDS.svg?style=svg
        :target: https://circleci.com/gh/PennLINC/CuBIDS

.. image:: https://readthedocs.org/projects/cubids/badge/?version=latest
        :target: https://cubids.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

About
-----

Curation of BIDS, or ``CuBIDS``, is a workflow and software package designed to facilitate
reproducible curation of neuroimaging `BIDS <https://bids-specification.readthedocs.io/>`_ datasets.
CuBIDS breaks down BIDS dataset curation into four main components and addresses each one using 
various command line programs complete with version control capabilities. These components are not necessarily linear but all are critical 
in the process of preparing BIDS data for successful preprocessing and analysis pipeline runs. 

  1. CuBIDS facilitates the validation of BIDS data.
  2. CuBIDS visualizes and summarizes the heterogeneity in a BIDS dataset. 
  3. CuBIDS helps users test pipelines on the entire parameter space of a BIDS dataset.
  4. CuBIDS allows users to perform metadata-based quality control on their BIDS data.

.. image:: https://github.com/PennLINC/CuBIDS/raw/main/docs/_static/cubids_workflow.png
   :width: 600

For full documentation, please visit our `ReadTheDocs <https://cubids.readthedocs.io/en/latest/?badge=latest>`_ 

=======
History
=======

0.1.0 (2020-10-07)
------------------

* First release on PyPI.


