Metadata-Version: 2.1
Name: arcana
Version: 0.8
Summary: Abstraction of Repository-Centric ANAlysis (Arcana): A rramework for analysing on file-based datasets "in-place" (i.e. without manual download)
Keywords: arcana
Author-email: "Thomas G. Close" <tom.g.close@gmail.com>
Maintainer-email: "Thomas G. Close" <tom.g.close@gmail.com>
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Dist: docker>=5.0.2
Requires-Dist: importlib-metadata>=1.4
Requires-Dist: click>=7.1.2
Requires-Dist: click-option-group>=0.5.5
Requires-Dist: PyYAML>=6.0
Requires-Dist: build >=0.9
Requires-Dist: flit_scm >=1.7.0
Requires-Dist: fasteners>=0.7.0
Requires-Dist: deepdiff>=3.3
Requires-Dist: pydra>=0.20
Requires-Dist: neurodocker>=0.9.1
Requires-Dist: jq>=1.2.2
Requires-Dist: pydicom>=1.0.2
Requires-Dist: nibabel>=3.2.1
Requires-Dist: xnat>=0.3.17
Requires-Dist: pydra-dcm2niix>=1.2.0
Requires-Dist: pydra-mrtrix3>=0.2
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: packaging ; extra == "doc"
Requires-Dist: docutils>=0.10 ; extra == "doc"
Requires-Dist: mock>1.0 ; extra == "doc"
Requires-Dist: sphinx >=2.1.2 ; extra == "doc"
Requires-Dist: sphinx-argparse>=0.2.0 ; extra == "doc"
Requires-Dist: sphinx-click>=3.1 ; extra == "doc"
Requires-Dist: furo>=2022.2.14.1 ; extra == "doc"
Requires-Dist: numpydoc>=0.6.0 ; extra == "doc"
Requires-Dist: pytest>=5.4.3 ; extra == "test"
Requires-Dist: pytest-env>=0.6.2 ; extra == "test"
Requires-Dist: pytest-cov>=2.12.1 ; extra == "test"
Requires-Dist: arcana-common >=0.1 ; extra == "test"
Requires-Dist: xnat4tests>=0.3.3 ; extra == "test"
Requires-Dist: medimages4tests>=0.3 ; extra == "test"
Requires-Dist: codecov ; extra == "test"
Project-URL: documentation, https://arcana.readthedocs.io
Project-URL: homepage, https://arcana.readthedocs.io
Project-URL: repository, https://github.com/ArcanaFramework/arcana.git
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

Arcana
======
.. image:: https://github.com/australian-imaging-service/arcana/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/australian-imaging-service/arcana/actions/workflows/tests.yml
.. image:: https://codecov.io/gh/australian-imaging-service/arcana/branch/main/graph/badge.svg?token=UIS0OGPST7
   :target: https://codecov.io/gh/australian-imaging-service/arcana
.. .. image:: https://img.shields.io/pypi/pyversions/arcana.svg
..    :target: https://pypi.python.org/pypi/arcana/
..    :alt: Supported Python versions
.. .. image:: https://img.shields.io/pypi/v/arcana.svg
..    :target: https://pypi.python.org/pypi/arcana/
..    :alt: Latest Version
.. image:: https://readthedocs.org/projects/arcana/badge/?version=latest
  :target: http://arcana.readthedocs.io/en/latest/?badge=latest
  :alt: Documentation Status


Abstraction of Repository-Centric ANAlysis (Arcana_) is Python framework
for "repository-centric" analyses of study groups (e.g. NeuroImaging
studies) built on the Pydra_ dataflow engine.

Arcana_ interacts closely with a data store (e.g. XNAT repository or BIDS dataset),
storing intermediate outputs, along with the parameters used to derive them,
for reuse by subsequent analyses.

Analysis workflows are constructed and executed using the Pydra_
package, and can either be run locally or submitted to HPC
schedulers using Pydra_'s execution plugins. For a requested analysis
output, Arcana determines the required processing steps by querying
the repository to check for missing intermediate outputs before
constructing the workflow graph.

Documentation
-------------

Detailed documentation on Arcana can be found at https://arcana.readthedocs.io

Quick Installation
------------------

Arcana can be installed for Python 3 using *pip*::

    $ pip3 install arcana>=2.0b

.. _Arcana: http://arcana.readthedocs.io
.. _Pydra: http://pydra.readthedocs.io
.. _XNAT: http://xnat.org
.. _BIDS: http://bids.neuroimaging.io/
.. _`Environment Modules`: http://modules.sourceforge.net


License
-------

This work is licensed under a
`Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-nc-sa/4.0/>`_

.. image:: https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png
  :target: http://creativecommons.org/licenses/by-nc-sa/4.0/
  :alt: Creative Commons License: Attribution-NonCommercial-ShareAlike 4.0 International

|

*Note: For the legacy version of Arcana as described in
Close TG, et. al. Neuroinformatics. 2020 18(1):109-129. doi:* `<10.1007/s12021-019-09430-1>`_
*please see* `<https://github.com/MonashBI/arcana-legacy>`_.
*Conceptually, the legacy version and the versions in this repository (>=2) are similar.
However, instead of Nipype, v2 uses the Pydra workflow engine (Nipype's successor)
and the syntax has been rewritten from scratch to make it more streamlined and intuitive.*

