scipion-em-cryoassess


Namescipion-em-cryoassess JSON
Version 3.4 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-cryoassess
SummaryPlugin to use cryoassess within the Scipion framework
upload_time2023-11-19 13:48:35
maintainer
docs_urlNone
authorGrigory Sharov
requires_python
license
keywords scipion electron-microscopy cryo-em structural-biology image-processing scipion-3.0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================
Cryoassess plugin
=================

This plugin provides a wrapper for `Cryoassess <https://github.com/cianfrocco-lab/Automatic-cryoEM-preprocessing>`_ software tools for automatic micrograph and 2D classes assessment.

.. image:: https://img.shields.io/pypi/v/scipion-em-cryoassess.svg
        :target: https://pypi.python.org/pypi/scipion-em-cryoassess
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/scipion-em-cryoassess.svg
        :target: https://pypi.python.org/pypi/scipion-em-cryoassess
        :alt: License

.. image:: https://img.shields.io/pypi/pyversions/scipion-em-cryoassess.svg
        :target: https://pypi.python.org/pypi/scipion-em-cryoassess
        :alt: Supported Python versions

.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-cryoassess?server=https%3A%2F%2Fsonarcloud.io
        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-cryoassess
        :alt: SonarCloud quality gate

.. image:: https://img.shields.io/pypi/dm/scipion-em-cryoassess
        :target: https://pypi.python.org/pypi/scipion-em-cryoassess
        :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-cryoassess

b) Developer's version

   * download repository

    .. code-block::

        git clone -b devel https://github.com/scipion-em/scipion-em-cryoassess.git

   * install

    .. code-block::

       scipion installp -p /path/to/scipion-em-cryoassess --devel

Cryoassess software will be installed automatically with the plugin but you can also use an existing installation by providing *CRYOASSESS_ENV_ACTIVATION* (see below).
You also have to download training models separately (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)"

*CRYOASSESS_ENV_ACTIVATION* (default = conda activate cryoassess-1.0.0):
Command to activate the cryoassess environment.

The deep-learning models can be downloaded from
`authors' website <https://cosmic-cryoem.org/software/cryo-assess/>`_ and the folder with models is set with:

*CRYOASSESS_MODELS* (default = software/em/cryoassess-models)

Verifying
---------

To check the installation, simply run the following Scipion test:

``scipion test cryoassess.tests.test_protocols_cryoassess.TestCryoassess``

Supported versions
------------------

1.0.0

Protocols
----------

* assess micrographs
* assess 2D classes

References
-----------

1. High-Throughput Cryo-EM Enabled by User-Free Preprocessing Routines. Yilai Li, Jennifer N.Cash, John J.G. Tesmer, Michael A.Cianfrocco. Structure 2020, Volume 28 (7), Pages 858-869.e3



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-cryoassess",
    "name": "scipion-em-cryoassess",
    "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/d5/47/f24e9004aefa1fe665e5fe32b3d1ad75d8f88bcc612bbf16512603ac0a73/scipion-em-cryoassess-3.4.tar.gz",
    "platform": null,
    "description": "=================\nCryoassess plugin\n=================\n\nThis plugin provides a wrapper for `Cryoassess <https://github.com/cianfrocco-lab/Automatic-cryoEM-preprocessing>`_ software tools for automatic micrograph and 2D classes assessment.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-cryoassess.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryoassess\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-cryoassess.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryoassess\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-cryoassess.svg\n        :target: https://pypi.python.org/pypi/scipion-em-cryoassess\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-cryoassess?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-cryoassess\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-cryoassess\n        :target: https://pypi.python.org/pypi/scipion-em-cryoassess\n        :alt: Downloads\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-cryoassess\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-cryoassess.git\n\n   * install\n\n    .. code-block::\n\n       scipion installp -p /path/to/scipion-em-cryoassess --devel\n\nCryoassess software will be installed automatically with the plugin but you can also use an existing installation by providing *CRYOASSESS_ENV_ACTIVATION* (see below).\nYou also have to download training models separately (see below).\n\n**Important:** you need to have conda (miniconda3 or anaconda3) pre-installed to use this program.\n\nConfiguration variables\n-----------------------\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*CRYOASSESS_ENV_ACTIVATION* (default = conda activate cryoassess-1.0.0):\nCommand to activate the cryoassess environment.\n\nThe deep-learning models can be downloaded from\n`authors' website <https://cosmic-cryoem.org/software/cryo-assess/>`_ and the folder with models is set with:\n\n*CRYOASSESS_MODELS* (default = software/em/cryoassess-models)\n\nVerifying\n---------\n\nTo check the installation, simply run the following Scipion test:\n\n``scipion test cryoassess.tests.test_protocols_cryoassess.TestCryoassess``\n\nSupported versions\n------------------\n\n1.0.0\n\nProtocols\n----------\n\n* assess micrographs\n* assess 2D classes\n\nReferences\n-----------\n\n1. High-Throughput Cryo-EM Enabled by User-Free Preprocessing Routines. Yilai Li, Jennifer N.Cash, John J.G. Tesmer, Michael A.Cianfrocco. Structure 2020, Volume 28 (7), Pages 858-869.e3\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Plugin to use cryoassess within the Scipion framework",
    "version": "3.4",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-cryoassess/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-cryoassess",
        "Source": "https://github.com/scipion-em/scipion-em-cryoassess/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "807f4e199aa23d43d06124fd02785da844a457b0a57e4298d15c97aa96e64d20",
                "md5": "9621da6fbba0a1c8948c5b8a72c92a82",
                "sha256": "1cf3d300ec5021ad7bab78beca806cd2170bd42fc0f0832198d0b48a21cd1d99"
            },
            "downloads": -1,
            "filename": "scipion_em_cryoassess-3.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9621da6fbba0a1c8948c5b8a72c92a82",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 29185,
            "upload_time": "2023-11-19T13:48:33",
            "upload_time_iso_8601": "2023-11-19T13:48:33.791537Z",
            "url": "https://files.pythonhosted.org/packages/80/7f/4e199aa23d43d06124fd02785da844a457b0a57e4298d15c97aa96e64d20/scipion_em_cryoassess-3.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "d547f24e9004aefa1fe665e5fe32b3d1ad75d8f88bcc612bbf16512603ac0a73",
                "md5": "2027e7bde19510d3aa1563e1d335b652",
                "sha256": "579683047ed218617f153538ea5de2988a87d16a8a744dc98863915a5d7124ad"
            },
            "downloads": -1,
            "filename": "scipion-em-cryoassess-3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2027e7bde19510d3aa1563e1d335b652",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26782,
            "upload_time": "2023-11-19T13:48:35",
            "upload_time_iso_8601": "2023-11-19T13:48:35.509268Z",
            "url": "https://files.pythonhosted.org/packages/d5/47/f24e9004aefa1fe665e5fe32b3d1ad75d8f88bcc612bbf16512603ac0a73/scipion-em-cryoassess-3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 13:48:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-cryoassess",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scipion-em-cryoassess"
}
        
Elapsed time: 0.15724s