=============
IMAGIC plugin
=============
This plugin includes two protocols to provide wrappers around Multivariate Statistical Analysis (MSA) module of `IMAGIC <https://www.imagescience.de/imagic.html>`_ software suite. IMAGIC is a licensed software, not distributed with Scipion and has to be installed by user.
.. image:: https://img.shields.io/pypi/v/scipion-em-imagic.svg
:target: https://pypi.python.org/pypi/scipion-em-imagic
:alt: PyPI release
.. image:: https://img.shields.io/pypi/l/scipion-em-imagic.svg
:target: https://pypi.python.org/pypi/scipion-em-imagic
:alt: License
.. image:: https://img.shields.io/pypi/pyversions/scipion-em-imagic.svg
:target: https://pypi.python.org/pypi/scipion-em-imagic
:alt: Supported Python versions
.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-imagic?server=https%3A%2F%2Fsonarcloud.io
:target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-imagic
:alt: SonarCloud quality gate
.. image:: https://img.shields.io/pypi/dm/scipion-em-imagic
:target: https://pypi.python.org/pypi/scipion-em-imagic
:alt: Downloads
Installation
------------
You will need to use 3.0+ version of Scipion to be able to run these protocols. To install the plugin, you have two options:
a) Stable version
.. code-block::
scipion installp -p scipion-em-imagic
b) Developer's version
* download repository
.. code-block::
git clone -b devel https://github.com/scipion-em/scipion-em-imagic.git
* install
.. code-block::
scipion installp -p /path/to/scipion-em-imagic --devel
Also, you need a working IMAGIC installation. Default installation path assumed is ``software/em/imagic-190830``, if you want to change it, set *IMAGIC_HOME* in ``scipion.conf`` file to the folder where the IMAGIC is installed (it is the same as *IMAGIC_ROOT* variable in your shell environment). If you want to use MPI-based parallel job execution, make sure you have `openmpi` directory inside IMAGIC installation folder.
To check the installation, simply run the following Scipion test:
``scipion tests tests.em.workflows.test_workflow_imagicMSA.TestImagicWorkflow``
Supported versions
------------------
* 190830
Since with every version of IMAGIC software user interaction with IMAGIC programs is changed, we came up with a way to provide multiple version support. In `imagic/scripts` directory you have a folder for each corresponding version, that contains batch scripts similar to those used by IMAGIC. This way one can create a similar script specific to a certain version. At the moment version 190830 (Aug 2019) is supported. If you experience any problems or need help with adapting scripts for your IMAGIC version, do not hesitate to `create an issue on Github <https://github.com/scipion-em/scipion-em-imagic/issues/new>`_. Besides editing scripts directory you would need to add version number to `_supportedVersions` list in file ``imagic/__init__.py`` and edit IMAGIC_HOME variable in ``scipion.conf``.
Protocols
---------
* imagic - msa
* imagic - msa-classify
References
----------
1. M van Heel and W Keegstra (1981). IMAGIC: A fast, flexible and friendly image analysis software system. Ultramicroscopy 7: 113-130.
2. M van Heel, G Harauz, EV Orlova, R Schmidt and M Schatz (1996). A new generation of the IMAGIC image processing system. J. Struct. Biol. 116: 17-24.
3. M van Heel, R Portugal, A Rohou, C Linnemayr, C Bebeacua, R Schmidt, T Grant and M Schatz (2012). Four-Dimensional Cryo Electron Microscopy at Quasi Atomic Resolution: "IMAGIC 4D”. International Tables for Crystallography, vol. F, ch. 19.9: 624-628.
4. M van Heel (1984). Multivariate statistical classification of noisy images (randomly oriented biological macromolecules). Ultramicroscopy 13(1-2): 165-183.
5. Lisa Borland and Marin van Heel (1990). Classification of image data in conjugate representation spaces. Journal of the Optical Society of America A 7(4): 601-610.
Raw data
{
"_id": null,
"home_page": "https://github.com/scipion-em/scipion-em-imagic",
"name": "scipion-em-imagic",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0",
"author": "Grigory Sharov",
"author_email": "sharov.grigory@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/29/ab/078f887e3582cc0c4601cbec82be76dc2ffe342d4c2680f39b69ec82983d/scipion-em-imagic-3.0.13.tar.gz",
"platform": null,
"description": "=============\nIMAGIC plugin\n=============\n\nThis plugin includes two protocols to provide wrappers around Multivariate Statistical Analysis (MSA) module of `IMAGIC <https://www.imagescience.de/imagic.html>`_ software suite. IMAGIC is a licensed software, not distributed with Scipion and has to be installed by user.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-imagic.svg\n :target: https://pypi.python.org/pypi/scipion-em-imagic\n :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-imagic.svg\n :target: https://pypi.python.org/pypi/scipion-em-imagic\n :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-imagic.svg\n :target: https://pypi.python.org/pypi/scipion-em-imagic\n :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-imagic?server=https%3A%2F%2Fsonarcloud.io\n :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-imagic\n :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-imagic\n :target: https://pypi.python.org/pypi/scipion-em-imagic\n :alt: Downloads\n\n\nInstallation\n------------\n\nYou will need to use 3.0+ version of Scipion to be able to run these protocols. To install the plugin, you have two options:\n\na) Stable version\n\n.. code-block::\n\n scipion installp -p scipion-em-imagic\n\nb) Developer's version\n\n * download repository\n\n .. code-block::\n\n git clone -b devel https://github.com/scipion-em/scipion-em-imagic.git\n\n * install\n\n .. code-block::\n\n scipion installp -p /path/to/scipion-em-imagic --devel\n\nAlso, you need a working IMAGIC installation. Default installation path assumed is ``software/em/imagic-190830``, if you want to change it, set *IMAGIC_HOME* in ``scipion.conf`` file to the folder where the IMAGIC is installed (it is the same as *IMAGIC_ROOT* variable in your shell environment). If you want to use MPI-based parallel job execution, make sure you have `openmpi` directory inside IMAGIC installation folder.\nTo check the installation, simply run the following Scipion test:\n\n``scipion tests tests.em.workflows.test_workflow_imagicMSA.TestImagicWorkflow``\n\nSupported versions\n------------------\n\n* 190830\n\nSince with every version of IMAGIC software user interaction with IMAGIC programs is changed, we came up with a way to provide multiple version support. In `imagic/scripts` directory you have a folder for each corresponding version, that contains batch scripts similar to those used by IMAGIC. This way one can create a similar script specific to a certain version. At the moment version 190830 (Aug 2019) is supported. If you experience any problems or need help with adapting scripts for your IMAGIC version, do not hesitate to `create an issue on Github <https://github.com/scipion-em/scipion-em-imagic/issues/new>`_. Besides editing scripts directory you would need to add version number to `_supportedVersions` list in file ``imagic/__init__.py`` and edit IMAGIC_HOME variable in ``scipion.conf``.\n\nProtocols\n---------\n\n * imagic - msa\n * imagic - msa-classify\n\nReferences\n----------\n\n1. M van Heel and W Keegstra (1981). IMAGIC: A fast, flexible and friendly image analysis software system. Ultramicroscopy 7: 113-130.\n2. M van Heel, G Harauz, EV Orlova, R Schmidt and M Schatz (1996). A new generation of the IMAGIC image processing system. J. Struct. Biol. 116: 17-24.\n3. M van Heel, R Portugal, A Rohou, C Linnemayr, C Bebeacua, R Schmidt, T Grant and M Schatz (2012). Four-Dimensional Cryo Electron Microscopy at Quasi Atomic Resolution: \"IMAGIC 4D\u201d. International Tables for Crystallography, vol. F, ch. 19.9: 624-628.\n4. M van Heel (1984). Multivariate statistical classification of noisy images (randomly oriented biological macromolecules). Ultramicroscopy 13(1-2): 165-183.\n5. Lisa Borland and Marin van Heel (1990). Classification of image data in conjugate representation spaces. Journal of the Optical Society of America A 7(4): 601-610.\n\n\n",
"bugtrack_url": null,
"license": "",
"summary": "Plugin to use IMAGIC programs within the Scipion framework",
"version": "3.0.13",
"project_urls": {
"Bug Reports": "https://github.com/scipion-em/scipion-em-imagic/issues",
"Homepage": "https://github.com/scipion-em/scipion-em-imagic",
"Source": "https://github.com/scipion-em/scipion-em-imagic/"
},
"split_keywords": [
"scipion",
"electron-microscopy",
"cryo-em",
"structural-biology",
"image-processing",
"scipion-3.0"
],
"urls": [
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "8324dd4d18117b75a20e79f62e77455e4635660ea3cadd790f4e7833312ec1d2",
"md5": "c8abb884af7dedb771ad3a2568af1bb6",
"sha256": "6ded9d763f798f55ad584ccf03331722e1bc1d08301829bf785745f0cbeaec8d"
},
"downloads": -1,
"filename": "scipion_em_imagic-3.0.13-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c8abb884af7dedb771ad3a2568af1bb6",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 38344,
"upload_time": "2023-11-19T13:37:23",
"upload_time_iso_8601": "2023-11-19T13:37:23.374888Z",
"url": "https://files.pythonhosted.org/packages/83/24/dd4d18117b75a20e79f62e77455e4635660ea3cadd790f4e7833312ec1d2/scipion_em_imagic-3.0.13-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "29ab078f887e3582cc0c4601cbec82be76dc2ffe342d4c2680f39b69ec82983d",
"md5": "0bd58c37cbe82e1ea08756216bcb5096",
"sha256": "6c89e144984a3284101543d9f2704de6c4aa5734c7e887695e9cdfc3fc71a789"
},
"downloads": -1,
"filename": "scipion-em-imagic-3.0.13.tar.gz",
"has_sig": false,
"md5_digest": "0bd58c37cbe82e1ea08756216bcb5096",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 33322,
"upload_time": "2023-11-19T13:37:25",
"upload_time_iso_8601": "2023-11-19T13:37:25.060928Z",
"url": "https://files.pythonhosted.org/packages/29/ab/078f887e3582cc0c4601cbec82be76dc2ffe342d4c2680f39b69ec82983d/scipion-em-imagic-3.0.13.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-19 13:37:25",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scipion-em",
"github_project": "scipion-em-imagic",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "scipion-em-imagic"
}