.codecov.yml
.cookiecutterrc
.coveragerc
.editorconfig
.readthedocs.yml
.travis.yml
.zenodo.json
AUTHORS.rst
CHANGELOG.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
long_description.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
versioneer.py
docs/FAQ.rst
docs/authors.rst
docs/betaseries.rst
docs/changelog.rst
docs/code_of_conduct.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/spelling_wordlist.txt
docs/usage.rst
docs/workflows.rst
docs/development/contributing.rst
docs/development/index.rst
docs/development/release_instructions.rst
docs/development/roadmap.rst
docs/development/_static/step-0_open_virtualbox.png
docs/development/_static/step-1_select_default.png
docs/development/_static/step-2_select_settings.png
docs/development/_static/step-3_select_network.png
docs/development/_static/step-4_expand_advanced.png
docs/development/_static/step-5_port_forward.png
examples/README.rst
examples/plot_run_nibetaseries.py
src/nibetaseries/__init__.py
src/nibetaseries/_version.py
src/nibetaseries/conftest.py
src/nibetaseries.egg-info/PKG-INFO
src/nibetaseries.egg-info/SOURCES.txt
src/nibetaseries.egg-info/dependency_links.txt
src/nibetaseries.egg-info/entry_points.txt
src/nibetaseries.egg-info/requires.txt
src/nibetaseries.egg-info/top_level.txt
src/nibetaseries/cli/__init__.py
src/nibetaseries/cli/run.py
src/nibetaseries/cli/tests/__init__.py
src/nibetaseries/cli/tests/test_run.py
src/nibetaseries/data/bids.json
src/nibetaseries/data/derivatives.json
src/nibetaseries/data/references.bib
src/nibetaseries/interfaces/__init__.py
src/nibetaseries/interfaces/bids.py
src/nibetaseries/interfaces/nilearn.py
src/nibetaseries/interfaces/nistats.py
src/nibetaseries/interfaces/tests/__init__.py
src/nibetaseries/interfaces/tests/test_bids.py
src/nibetaseries/interfaces/tests/test_nilearn.py
src/nibetaseries/interfaces/tests/test_nistats.py
src/nibetaseries/workflows/__init__.py
src/nibetaseries/workflows/analysis.py
src/nibetaseries/workflows/base.py
src/nibetaseries/workflows/model.py
src/nibetaseries/workflows/utils.py
src/nibetaseries/workflows/tests/__init__.py
src/nibetaseries/workflows/tests/test_base.py
src/nibetaseries/workflows/tests/test_utils.py