scipion-em-gautomatch


Namescipion-em-gautomatch JSON
Version 3.0.19 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-gautomatch
SummaryPlugin to use Gautomatch program within the Scipion framework
upload_time2024-08-10 15:58:01
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.
            =================
Gautomatch plugin
=================

This plugin provides a wrapper for Gautomatch picker developed by Kai Zhang at MRC LMB.

.. 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": 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/79/64/85f45ce2e3b9ac734cbba6fc06509f48a6acac83a52de723bda9f89eeab2/scipion-em-gautomatch-3.0.19.tar.gz",
    "platform": null,
    "description": "=================\nGautomatch plugin\n=================\n\nThis plugin provides a wrapper for Gautomatch picker developed by Kai Zhang at MRC LMB.\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": null,
    "summary": "Plugin to use Gautomatch program within the Scipion framework",
    "version": "3.0.19",
    "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": "4e81c43949f36c0473d1f677b65a5afeebc09b531d55989c7f3d7525b1107d02",
                "md5": "010882fd8699db17425065aaf84691c7",
                "sha256": "31543c95e1a10f29884959be56cfd35e7190b3ae434fefd47f3ac14429d7ee9e"
            },
            "downloads": -1,
            "filename": "scipion_em_gautomatch-3.0.19-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "010882fd8699db17425065aaf84691c7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 39805,
            "upload_time": "2024-08-10T15:58:00",
            "upload_time_iso_8601": "2024-08-10T15:58:00.140431Z",
            "url": "https://files.pythonhosted.org/packages/4e/81/c43949f36c0473d1f677b65a5afeebc09b531d55989c7f3d7525b1107d02/scipion_em_gautomatch-3.0.19-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "796485f45ce2e3b9ac734cbba6fc06509f48a6acac83a52de723bda9f89eeab2",
                "md5": "030a13aaf8995d2c6cda6fd01ade1601",
                "sha256": "443beb2c71921eab72f938841e745c9ace258c168535a57c4f06af7c5b2de9f4"
            },
            "downloads": -1,
            "filename": "scipion-em-gautomatch-3.0.19.tar.gz",
            "has_sig": false,
            "md5_digest": "030a13aaf8995d2c6cda6fd01ade1601",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 36172,
            "upload_time": "2024-08-10T15:58:01",
            "upload_time_iso_8601": "2024-08-10T15:58:01.693873Z",
            "url": "https://files.pythonhosted.org/packages/79/64/85f45ce2e3b9ac734cbba6fc06509f48a6acac83a52de723bda9f89eeab2/scipion-em-gautomatch-3.0.19.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-10 15:58:01",
    "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: 1.10308s