===========
EMAN plugin
===========
This plugin provides wrappers around several programs of `EMAN <https://blake.bcm.edu/emanwiki/EMAN2>`_ software suite.
.. image:: https://img.shields.io/pypi/v/scipion-em-eman2.svg
:target: https://pypi.python.org/pypi/scipion-em-eman2
:alt: PyPI release
.. image:: https://img.shields.io/pypi/l/scipion-em-eman2.svg
:target: https://pypi.python.org/pypi/scipion-em-eman2
:alt: License
.. image:: https://img.shields.io/pypi/pyversions/scipion-em-eman2.svg
:target: https://pypi.python.org/pypi/scipion-em-eman2
:alt: Supported Python versions
.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-eman2?server=https%3A%2F%2Fsonarcloud.io
:target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-eman2
:alt: SonarCloud quality gate
.. image:: https://img.shields.io/pypi/dm/scipion-em-eman2
:target: https://pypi.python.org/pypi/scipion-em-eman2
: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-eman2
b) Developer's version
* download repository
.. code-block::
git clone -b devel https://github.com/scipion-em/scipion-em-eman2.git
* install
.. code-block::
scipion installp -p /path/to/scipion-em-eman2 --devel
EMAN software will be installed automatically with the plugin but you can also use an existing installation by providing *EMAN_ENV_ACTIVATION* (see below).
**Important:** you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.
Configuration variables
-----------------------
*CONDA_ACTIVATION_CMD*: If undefined, it will rely on conda command being in the
PATH (not recommended), which can lead to execution problems mixing scipion
python with conda ones. One example of this could can be seen below but
depending on your conda version and shell you will need something different:
CONDA_ACTIVATION_CMD = eval "$(/extra/miniconda3/bin/conda shell.bash hook)"
*EMAN_ENV_ACTIVATION* (default = conda activate eman-2.99.55):
Command to activate the EMAN environment.
The default scratch directory is assumed */tmp/*. You can change it by setting *EMAN2SCRATCHDIR* in ``scipion.conf`` or your shell environment.
To check the installation, simply run one of the following Scipion tests:
.. code-block::
scipion test eman2.tests.test_protocols_eman.TestEmanTiltValidate
scipion test eman2.tests.test_protocols_eman.TestEmanRefineEasy
scipion test eman2.tests.test_protocols_eman.TestEmanRefine2DBispec
scipion test eman2.tests.test_protocols_eman.TestEmanRefine2D
scipion test eman2.tests.test_protocols_eman.TestEmanReconstruct
scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelMda
scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelGroel
scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelSGD
scipion test eman2.tests.test_protocols_eman.TestEmanCtfAuto
scipion test eman2.tests.test_protocols_eman.TestEmanAutopick
A complete list of tests can also be seen by executing ``scipion test --show --grep eman``
Supported versions
------------------
2.99.47, 2.99.52, 2.99.55
Protocols
---------
* boxer
* boxer auto
* ctf auto
* initial model
* initial model SGD
* reconstruct
* refine 2d
* refine 2d bispec
* refine easy
* tilt validate
References
----------
1. \G. Tang, L. Peng, P.R. Baldwin, D.S. Mann, W. Jiang, I. Rees & S.J. Ludtke. (2007) EMAN2: an extensible image processing suite for electron microscopy. J Struct Biol. 157, 38-46. PMID: 16859925
Raw data
{
"_id": null,
"home_page": "https://github.com/scipion-em/scipion-em-eman2",
"name": "scipion-em-eman2",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"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/3e/d3/06d5cbcc84cedc488d3e957b241638133f09f8b882183d2be45a9becb0d6/scipion-em-eman2-3.6.1.tar.gz",
"platform": null,
"description": "===========\nEMAN plugin\n===========\n\nThis plugin provides wrappers around several programs of `EMAN <https://blake.bcm.edu/emanwiki/EMAN2>`_ software suite.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-eman2.svg\n :target: https://pypi.python.org/pypi/scipion-em-eman2\n :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-eman2.svg\n :target: https://pypi.python.org/pypi/scipion-em-eman2\n :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-eman2.svg\n :target: https://pypi.python.org/pypi/scipion-em-eman2\n :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-eman2?server=https%3A%2F%2Fsonarcloud.io\n :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-eman2\n :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-eman2\n :target: https://pypi.python.org/pypi/scipion-em-eman2\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-eman2\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-eman2.git\n\n * install\n\n .. code-block::\n\n scipion installp -p /path/to/scipion-em-eman2 --devel\n\nEMAN software will be installed automatically with the plugin but you can also use an existing installation by providing *EMAN_ENV_ACTIVATION* (see below).\n\n**Important:** you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.\n\nConfiguration variables\n-----------------------\n*CONDA_ACTIVATION_CMD*: If undefined, it will rely on conda command being in the\nPATH (not recommended), which can lead to execution problems mixing scipion\npython with conda ones. One example of this could can be seen below but\ndepending on your conda version and shell you will need something different:\nCONDA_ACTIVATION_CMD = eval \"$(/extra/miniconda3/bin/conda shell.bash hook)\"\n\n*EMAN_ENV_ACTIVATION* (default = conda activate eman-2.99.55):\nCommand to activate the EMAN environment.\n\nThe default scratch directory is assumed */tmp/*. You can change it by setting *EMAN2SCRATCHDIR* in ``scipion.conf`` or your shell environment.\n\nTo check the installation, simply run one of the following Scipion tests:\n\n.. code-block::\n\n scipion test eman2.tests.test_protocols_eman.TestEmanTiltValidate\n scipion test eman2.tests.test_protocols_eman.TestEmanRefineEasy\n scipion test eman2.tests.test_protocols_eman.TestEmanRefine2DBispec\n scipion test eman2.tests.test_protocols_eman.TestEmanRefine2D\n scipion test eman2.tests.test_protocols_eman.TestEmanReconstruct\n scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelMda\n scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelGroel\n scipion test eman2.tests.test_protocols_eman.TestEmanInitialModelSGD\n scipion test eman2.tests.test_protocols_eman.TestEmanCtfAuto\n scipion test eman2.tests.test_protocols_eman.TestEmanAutopick\n\nA complete list of tests can also be seen by executing ``scipion test --show --grep eman``\n\nSupported versions\n------------------\n\n2.99.47, 2.99.52, 2.99.55\n\nProtocols\n---------\n\n* boxer\n* boxer auto\n* ctf auto\n* initial model\n* initial model SGD\n* reconstruct\n* refine 2d\n* refine 2d bispec\n* refine easy\n* tilt validate\n\nReferences\n----------\n\n1. \\G. Tang, L. Peng, P.R. Baldwin, D.S. Mann, W. Jiang, I. Rees & S.J. Ludtke. (2007) EMAN2: an extensible image processing suite for electron microscopy. J Struct Biol. 157, 38-46. PMID: 16859925\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Plugin to use EMAN programs within the Scipion framework",
"version": "3.6.1",
"project_urls": {
"Bug Reports": "https://github.com/scipion-em/scipion-em-eman2/issues",
"Homepage": "https://github.com/scipion-em/scipion-em-eman2",
"Source": "https://github.com/scipion-em/scipion-em-eman2/"
},
"split_keywords": [
"scipion",
"electron-microscopy",
"cryo-em",
"structural-biology",
"image-processing",
"scipion-3.0"
],
"urls": [
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "4361b8f737631e08ab65d9e634adb0dafcfbbe60635ebec7a8c3a394b1922508",
"md5": "1c58ca2c27dd8af27d9daf5d749355a7",
"sha256": "624c8e37552c34239687b005bbc975b1516ca7773421eaef77c9b7289c075343"
},
"downloads": -1,
"filename": "scipion_em_eman2-3.6.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1c58ca2c27dd8af27d9daf5d749355a7",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 141623,
"upload_time": "2024-04-19T13:25:08",
"upload_time_iso_8601": "2024-04-19T13:25:08.937954Z",
"url": "https://files.pythonhosted.org/packages/43/61/b8f737631e08ab65d9e634adb0dafcfbbe60635ebec7a8c3a394b1922508/scipion_em_eman2-3.6.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "scipion-3.0",
"digests": {
"blake2b_256": "3ed306d5cbcc84cedc488d3e957b241638133f09f8b882183d2be45a9becb0d6",
"md5": "935af8cb8588ca26de95a386b0c4d5d9",
"sha256": "d4c04c5e6ac615559e06b0567113c39ecf2b0e1f465a4cc53efced9b8a23cd1d"
},
"downloads": -1,
"filename": "scipion-em-eman2-3.6.1.tar.gz",
"has_sig": false,
"md5_digest": "935af8cb8588ca26de95a386b0c4d5d9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 118989,
"upload_time": "2024-04-19T13:25:10",
"upload_time_iso_8601": "2024-04-19T13:25:10.959593Z",
"url": "https://files.pythonhosted.org/packages/3e/d3/06d5cbcc84cedc488d3e957b241638133f09f8b882183d2be45a9becb0d6/scipion-em-eman2-3.6.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-19 13:25:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "scipion-em",
"github_project": "scipion-em-eman2",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "scipion-em-eman2"
}