scipion-em-gautomatch


Namescipion-em-gautomatch JSON
Version 3.0.18 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-gautomatch
SummaryPlugin to use Gautomatch program within the Scipion framework
upload_time2023-11-19 13:42:05
maintainer
docs_urlNone
authorGrigory Sharov, J.M. De la Rosa Trevin
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.
            =================
Gautomatch plugin
=================

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

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

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

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

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

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

b) Developer's version

   * download repository 

   .. code-block::

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

   * install 

   .. code-block::

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

Gautomatch binaries will be installed automatically with the plugin, but you can also link an existing installation. 
Default installation path assumed is ``software/em/gautomatch-0.56``, if you want to change it, set *GAUTOMATCH_HOME* in ``scipion.conf`` file to the folder where the Gautomatch is installed. Depending on your CUDA version and GPU card compute capability you might want to change the default binary from ``Gautomatch_v0.56_sm30-75_cu10.1`` to a different one by explicitly setting *GAUTOMATCH* variable. If you need to use CUDA different from the one used during Scipion installation (defined by CUDA_LIB), you can add *GAUTOMATCH_CUDA_LIB* variable to the config file. Various binaries can be downloaded from the official Gautomatch website. 

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

``scipion test gautomatch.tests.test_protocols_gautomatch.TestGautomatchAutomaticPicking``

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

0.53 and 0.56

Protocols
---------

* `auto-picking <https://github.com/scipion-em/scipion-em-gautomatch/wiki/ProtGautomatch>`_

References
----------

1. Kai Zhang. Unpublished. 



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-gautomatch",
    "name": "scipion-em-gautomatch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "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/eb/26/a1fcdc07e192eed3ff74493ce1e12552d77e2bb59dd181532aac78df657d/scipion-em-gautomatch-3.0.18.tar.gz",
    "platform": null,
    "description": "=================\nGautomatch plugin\n=================\n\nThis plugin provides a wrapper for `Gautomatch picker <https://www2.mrc-lmb.cam.ac.uk/research/locally-developed-software/zhang-software/>`_.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-gautomatch.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gautomatch\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-gautomatch.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gautomatch\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-gautomatch.svg\n        :target: https://pypi.python.org/pypi/scipion-em-gautomatch\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-gautomatch?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-gautomatch\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-gautomatch\n        :target: https://pypi.python.org/pypi/scipion-em-gautomatch\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-gautomatch\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-gautomatch.git\n\n   * install \n\n   .. code-block::\n\n      scipion installp -p /path/to/scipion-em-gautomatch --devel\n\nGautomatch binaries will be installed automatically with the plugin, but you can also link an existing installation. \nDefault installation path assumed is ``software/em/gautomatch-0.56``, if you want to change it, set *GAUTOMATCH_HOME* in ``scipion.conf`` file to the folder where the Gautomatch is installed. Depending on your CUDA version and GPU card compute capability you might want to change the default binary from ``Gautomatch_v0.56_sm30-75_cu10.1`` to a different one by explicitly setting *GAUTOMATCH* variable. If you need to use CUDA different from the one used during Scipion installation (defined by CUDA_LIB), you can add *GAUTOMATCH_CUDA_LIB* variable to the config file. Various binaries can be downloaded from the official Gautomatch website. \n\nTo check the installation, simply run the following Scipion test:\n\n``scipion test gautomatch.tests.test_protocols_gautomatch.TestGautomatchAutomaticPicking``\n\nSupported versions\n------------------\n\n0.53 and 0.56\n\nProtocols\n---------\n\n* `auto-picking <https://github.com/scipion-em/scipion-em-gautomatch/wiki/ProtGautomatch>`_\n\nReferences\n----------\n\n1. Kai Zhang. Unpublished. \n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Plugin to use Gautomatch program within the Scipion framework",
    "version": "3.0.18",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-gautomatch/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-gautomatch",
        "Source": "https://github.com/scipion-em/scipion-em-gautomatch/"
    },
    "split_keywords": [
        "scipion",
        "electron-microscopy",
        "cryo-em",
        "structural-biology",
        "image-processing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "6bf8de77a467054417d7596f132226b9de1bb52141e0c18de3a5a0be69aa7b86",
                "md5": "a477dbc016a69c0ef2cca69f2d7b3450",
                "sha256": "2ffdba97c807b4efdce9530283d7fca8f21ae70d429927a6451efd135ce97963"
            },
            "downloads": -1,
            "filename": "scipion_em_gautomatch-3.0.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a477dbc016a69c0ef2cca69f2d7b3450",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39836,
            "upload_time": "2023-11-19T13:42:03",
            "upload_time_iso_8601": "2023-11-19T13:42:03.707103Z",
            "url": "https://files.pythonhosted.org/packages/6b/f8/de77a467054417d7596f132226b9de1bb52141e0c18de3a5a0be69aa7b86/scipion_em_gautomatch-3.0.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "eb26a1fcdc07e192eed3ff74493ce1e12552d77e2bb59dd181532aac78df657d",
                "md5": "add0b084080ec29ce1b6d54015050582",
                "sha256": "5a65a8b979515b20e6e9f40e689e0f1a7d8d7559f3f3f735e01a02726abb3455"
            },
            "downloads": -1,
            "filename": "scipion-em-gautomatch-3.0.18.tar.gz",
            "has_sig": false,
            "md5_digest": "add0b084080ec29ce1b6d54015050582",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36179,
            "upload_time": "2023-11-19T13:42:05",
            "upload_time_iso_8601": "2023-11-19T13:42:05.535823Z",
            "url": "https://files.pythonhosted.org/packages/eb/26/a1fcdc07e192eed3ff74493ce1e12552d77e2bb59dd181532aac78df657d/scipion-em-gautomatch-3.0.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 13:42:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-gautomatch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scipion-em-gautomatch"
}
        
Elapsed time: 0.13905s