arcana-core


Namearcana-core JSON
Version 0.8.6 PyPI version JSON
download
home_page
SummaryAbstraction of Repository-Centric ANAlysis (Arcana): A rramework for analysing on file-based datasets "in-place" (i.e. without manual download)
upload_time2022-12-27 03:35:25
maintainer
docs_urlNone
author
requires_python>=3.8
license
keywords arcana
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Arcana - Core
=============
.. image:: https://github.com/ArcanaFramework/arcana-core/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/ArcanaFramework/arcana-core/actions/workflows/tests.yml
.. image:: https://codecov.io/gh/ArcanaFramework/arcana-core/branch/main/graph/badge.svg?token=UIS0OGPST7
   :target: https://codecov.io/gh/ArcanaFramework/arcana
.. image:: https://img.shields.io/pypi/pyversions/arcana-core.svg
   :target: https://pypi.python.org/pypi/arcana-core/
   :alt: Supported Python versions
.. image:: https://img.shields.io/pypi/v/arcana-core.svg
   :target: https://pypi.python.org/pypi/arcana-core/
   :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-core

.. _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.*


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "arcana-core",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "\"Thomas G. Close\" <tom.g.close@gmail.com>",
    "keywords": "arcana",
    "author": "",
    "author_email": "\"Thomas G. Close\" <tom.g.close@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/5b/a3/7053296d67cdcaade4b644782cc6ec39f3f1d38500f5e4e7f0ad00faf0da/arcana-core-0.8.6.tar.gz",
    "platform": null,
    "description": "Arcana - Core\n=============\n.. image:: https://github.com/ArcanaFramework/arcana-core/actions/workflows/tests.yml/badge.svg\n   :target: https://github.com/ArcanaFramework/arcana-core/actions/workflows/tests.yml\n.. image:: https://codecov.io/gh/ArcanaFramework/arcana-core/branch/main/graph/badge.svg?token=UIS0OGPST7\n   :target: https://codecov.io/gh/ArcanaFramework/arcana\n.. image:: https://img.shields.io/pypi/pyversions/arcana-core.svg\n   :target: https://pypi.python.org/pypi/arcana-core/\n   :alt: Supported Python versions\n.. image:: https://img.shields.io/pypi/v/arcana-core.svg\n   :target: https://pypi.python.org/pypi/arcana-core/\n   :alt: Latest Version\n.. image:: https://readthedocs.org/projects/arcana/badge/?version=latest\n  :target: http://arcana.readthedocs.io/en/latest/?badge=latest\n  :alt: Documentation Status\n\n\nAbstraction of Repository-Centric ANAlysis (Arcana_) is Python framework\nfor \"repository-centric\" analyses of study groups (e.g. NeuroImaging\nstudies) built on the Pydra_ dataflow engine.\n\nArcana_ interacts closely with a data store (e.g. XNAT repository or BIDS dataset),\nstoring intermediate outputs, along with the parameters used to derive them,\nfor reuse by subsequent analyses.\n\nAnalysis workflows are constructed and executed using the Pydra_\npackage, and can either be run locally or submitted to HPC\nschedulers using Pydra_'s execution plugins. For a requested analysis\noutput, Arcana determines the required processing steps by querying\nthe repository to check for missing intermediate outputs before\nconstructing the workflow graph.\n\nDocumentation\n-------------\n\nDetailed documentation on Arcana can be found at https://arcana.readthedocs.io\n\nQuick Installation\n------------------\n\nArcana can be installed for Python 3 using *pip*::\n\n    $ pip3 install arcana-core\n\n.. _Arcana: http://arcana.readthedocs.io\n.. _Pydra: http://pydra.readthedocs.io\n.. _XNAT: http://xnat.org\n.. _BIDS: http://bids.neuroimaging.io/\n.. _`Environment Modules`: http://modules.sourceforge.net\n\n\nLicense\n-------\n\nThis work is licensed under a\n`Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License <http://creativecommons.org/licenses/by-nc-sa/4.0/>`_\n\n.. image:: https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png\n  :target: http://creativecommons.org/licenses/by-nc-sa/4.0/\n  :alt: Creative Commons License: Attribution-NonCommercial-ShareAlike 4.0 International\n\n|\n\n*Note: For the legacy version of Arcana as described in\nClose TG, et. al. Neuroinformatics. 2020 18(1):109-129. doi:* `<10.1007/s12021-019-09430-1>`_\n*please see* `<https://github.com/MonashBI/arcana-legacy>`_.\n*Conceptually, the legacy version and the versions in this repository (>=2) are similar.\nHowever, instead of Nipype, v2 uses the Pydra workflow engine (Nipype's successor)\nand the syntax has been rewritten from scratch to make it more streamlined and intuitive.*\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Abstraction of Repository-Centric ANAlysis (Arcana): A rramework for analysing on file-based datasets \"in-place\" (i.e. without manual download)",
    "version": "0.8.6",
    "split_keywords": [
        "arcana"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "4925a133f4573ac5ef843a26f233a422",
                "sha256": "94a9b7cb3d2f00c6e269ef570aa9572c014a497e8eb517d99076826b4e1f9393"
            },
            "downloads": -1,
            "filename": "arcana_core-0.8.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4925a133f4573ac5ef843a26f233a422",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 142916,
            "upload_time": "2022-12-27T03:35:24",
            "upload_time_iso_8601": "2022-12-27T03:35:24.323684Z",
            "url": "https://files.pythonhosted.org/packages/7f/a7/ba099479db489f81499edc64893374eba80de23b3a7c4174c27e557b244e/arcana_core-0.8.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "714250214afc99dfa926dccc2b8679cc",
                "sha256": "8245f8c13570d2bb26d7d534d2a7a605670967d0430e7731315b1ae90c2cb3e6"
            },
            "downloads": -1,
            "filename": "arcana-core-0.8.6.tar.gz",
            "has_sig": false,
            "md5_digest": "714250214afc99dfa926dccc2b8679cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 118512,
            "upload_time": "2022-12-27T03:35:25",
            "upload_time_iso_8601": "2022-12-27T03:35:25.861257Z",
            "url": "https://files.pythonhosted.org/packages/5b/a3/7053296d67cdcaade4b644782cc6ec39f3f1d38500f5e4e7f0ad00faf0da/arcana-core-0.8.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 03:35:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "arcana-core"
}
        
Elapsed time: 0.02145s