scipion-em-gctf


Namescipion-em-gctf JSON
Version 3.2 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-gctf
SummaryPlugin to use Gctf program within the Scipion framework
upload_time2024-10-07 16:26:19
maintainerNone
docs_urlNone
authorGrigory Sharov, J.M. De la Rosa Trevin
requires_pythonNone
licenseNone
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.
            ===========
Gctf plugin
===========

This plugin provides a wrapper for `Gctf <https://www2.mrc-lmb.cam.ac.uk/research/locally-developed-software/zhang-software/>`_ program.

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

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

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

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

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

b) Developer's version

   * download repository

   .. code-block::

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

   * install

   .. code-block::

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

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)"

*GCTF_ENV_ACTIVATION* (default = conda activate gctf):
Command to activate the Gctf environment. It will have cudatoolkit=10.1 installed.

*GCTF_HOME* (default = software/em/gctf-1.18):
Path to Gctf installation folder.

*GCTF_BIN* (default = Gctf_v1.18_sm30-75_cu10.1):
Binary to use.

Verifying
---------
To check the installation, simply run one of the following Scipion tests: 

.. code-block::

   scipion test gctf.tests.test_protocols_gctf.TestGctf
   scipion tests gctf.tests.test_protocols_gctf_ts.TestGctfTs

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

1.18

Protocols
---------

* ctf estimation
* tilt-series gctf

References
----------

1. Zhang K. (2016). Gctf: Real-time CTF determination and correction. JSB, 193: 1-12.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-gctf",
    "name": "scipion-em-gctf",
    "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, J.M. De la Rosa Trevin",
    "author_email": "sharov.grigory@gmail.com, delarosatrevin@scilifelab.se",
    "download_url": "https://files.pythonhosted.org/packages/76/cd/59affa0d600eb9602a1893d37e028095ab2c20d2863824e6c7a63a47759c/scipion-em-gctf-3.2.tar.gz",
    "platform": null,
    "description": "===========\nGctf plugin\n===========\n\nThis plugin provides a wrapper for `Gctf <https://www2.mrc-lmb.cam.ac.uk/research/locally-developed-software/zhang-software/>`_ program.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-gctf.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gctf\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-gctf.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gctf\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-gctf.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gctf\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-gctf?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-gctf\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-gctf\n        :target: https://pypi.python.org/pypi/scipion-em-gctf\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-gctf\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-gctf.git\n\n   * install\n\n   .. code-block::\n\n      scipion installp -p /path/to/scipion-em-gctf --devel\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*GCTF_ENV_ACTIVATION* (default = conda activate gctf):\nCommand to activate the Gctf environment. It will have cudatoolkit=10.1 installed.\n\n*GCTF_HOME* (default = software/em/gctf-1.18):\nPath to Gctf installation folder.\n\n*GCTF_BIN* (default = Gctf_v1.18_sm30-75_cu10.1):\nBinary to use.\n\nVerifying\n---------\nTo check the installation, simply run one of the following Scipion tests: \n\n.. code-block::\n\n   scipion test gctf.tests.test_protocols_gctf.TestGctf\n   scipion tests gctf.tests.test_protocols_gctf_ts.TestGctfTs\n\nSupported versions\n------------------\n\n1.18\n\nProtocols\n---------\n\n* ctf estimation\n* tilt-series gctf\n\nReferences\n----------\n\n1. Zhang K. (2016). Gctf: Real-time CTF determination and correction. JSB, 193: 1-12.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Plugin to use Gctf program within the Scipion framework",
    "version": "3.2",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-gctf/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-gctf",
        "Source": "https://github.com/scipion-em/scipion-em-gctf/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "eff47919841ea4d4fe412ba1e35072f18b03ba8b2272d46fee9446cdbcdf783a",
                "md5": "eb8306106606dc417c2caa0549607036",
                "sha256": "e6eb237ab217b047cd47d0335dbe11bce0d4304cd73d13e385da1beec2983b35"
            },
            "downloads": -1,
            "filename": "scipion_em_gctf-3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eb8306106606dc417c2caa0549607036",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 43252,
            "upload_time": "2024-10-07T16:26:18",
            "upload_time_iso_8601": "2024-10-07T16:26:18.307223Z",
            "url": "https://files.pythonhosted.org/packages/ef/f4/7919841ea4d4fe412ba1e35072f18b03ba8b2272d46fee9446cdbcdf783a/scipion_em_gctf-3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "76cd59affa0d600eb9602a1893d37e028095ab2c20d2863824e6c7a63a47759c",
                "md5": "590c4e2bd25d6c937e79ab2a9a87720b",
                "sha256": "83bedfc0c627516cbeb4767c3f5a2699f89367796f6dc8f9a1ad87bed7aab625"
            },
            "downloads": -1,
            "filename": "scipion-em-gctf-3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "590c4e2bd25d6c937e79ab2a9a87720b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 35360,
            "upload_time": "2024-10-07T16:26:19",
            "upload_time_iso_8601": "2024-10-07T16:26:19.933761Z",
            "url": "https://files.pythonhosted.org/packages/76/cd/59affa0d600eb9602a1893d37e028095ab2c20d2863824e6c7a63a47759c/scipion-em-gctf-3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-07 16:26:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-gctf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scipion-em-gctf"
}
        
Elapsed time: 2.03836s