Metadata-Version: 2.1
Name: banana
Version: 0.2.4
Summary: Biomedical imAgiNg ANAlysis (Banana): biomedical imaging analysis workflows implemented in the Arcana framework (arcana.readthedocs.io)
Home-page: https://github.com/MonashBI/banana
Author: Tom G. Close
Author-email: tom.g.close@gmail.com
License: The Apache Software Licence 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Dist: arcana (>=0.2.8)
Requires-Dist: pydicom (>=1.0)
Requires-Dist: nibabel (>=2.3.0)

Banana
======

Biomedical imAgiNg ANAlysis (Banana): a collection of biomedical imaging analysis workflows
implemented in the Arcana_ framework, which can be used to analyse complete study
datasets in XNAT, BIDS or plain-directory repositories.

Dependencies
-----------------

Core
~~~~

* arcana
* nibabel
* pydicom

Both of these are available on PyPI and can be installed with::

    $ pip install banana


Pipelines
~~~~~~~~~

Depending on which pipelines you need to run, you may need to install some or
all of the following tools. Note that MRtrix3 and Dcm2niix are used for implicit
format conversions so are typically required.

* MRtrix3 (https://github.com/MRtrix3/mrtrix3)
* Dcm2niix (https://github.com/rordenlab/dcm2niix)
* FSL (https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/)
* Matlab (https://au.mathworks.com/products/matlab.html)
* SPM (http://www.fil.ion.ucl.ac.uk/spm/software/spm12/)
* ANTs (https://sourceforge.net/projects/advants/)
* Freesurfer (https://surfer.nmr.mgh.harvard.edu)
* AFNI (https://afni.nimh.nih.gov)

.. _Arcana: http://arcana.readthedocs.io


