scipion-em-empiar


Namescipion-em-empiar JSON
Version 3.1.1 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-empiar
SummaryA Scipion plugin to make depositions to EMPIAR
upload_time2024-10-16 12:36:10
maintainerNone
docs_urlNone
authorI2PC
requires_pythonNone
licenseNone
keywords scipion empiar scipion-3.0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ========================
Scipion Empiar Depositor
========================

This project is a Scipion plugin to make depositions to https://www.ebi.ac.uk/pdbe/emdb/empiar or to download raw data.

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

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

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

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

.. image:: https://img.shields.io/pypi/dm/scipion-em-empiar
        :target: https://pypi.python.org/pypi/scipion-em-empiar
        :alt: Downloads

=====
Setup
=====

In order to install the plugin follow these instructions:

1. **Install this plugin:**

.. code-block::

    scipion installp -p scipion-em-empiar

or through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**


Alternatively, in devel mode:


.. code-block::

    git clone -b devel https://github.com/scipion-em/scipion-em-empiar.git
    scipion installp -p local/path/to/scipion-em-empiar --devel

2. **Download Aspera Connect:**

Go to https://www.ibm.com/aspera/connect/ and download the latest version.

3. Register an account in the EMPIAR deposition and Segmentation Annotation Tool

Go to https://www.ebi.ac.uk/pdbe/emdb/empiar/deposition/register/ and get an API token at **Get empiar-deposition API token** section

4.  Open scipion's config file 'scipion3 config --show' and add the following variables:

.. code-block::

    ASCP = <aspera_binary_path> (usually it is located at $HOME/.aspera/connect/bin/ascp)
    ASPERA_SCP_PASS= <aspera_shares_user_password>
    EMPIAR_TOKEN = <empiar_token>



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-empiar",
    "name": "scipion-em-empiar",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion empiar scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/60/bd/8c7f85880068a633f79f041d04b7c1609b27015720685b862640c39e1a05/scipion-em-empiar-3.1.1.tar.gz",
    "platform": null,
    "description": "========================\nScipion Empiar Depositor\n========================\n\nThis project is a Scipion plugin to make depositions to https://www.ebi.ac.uk/pdbe/emdb/empiar or to download raw data.\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-empiar.svg\n        :target: https://pypi.python.org/pypi/scipion-em-empiar\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-empiar.svg\n        :target: https://pypi.python.org/pypi/scipion-em-empiar\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-empiar.svg\n        :target: https://pypi.python.org/pypi/scipion-em-empiar\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/sonar/quality_gate/scipion-em_scipion-em-empiar?server=https%3A%2F%2Fsonarcloud.io\n        :target: https://sonarcloud.io/dashboard?id=scipion-em_scipion-em-empiar\n        :alt: SonarCloud quality gate\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-empiar\n        :target: https://pypi.python.org/pypi/scipion-em-empiar\n        :alt: Downloads\n\n=====\nSetup\n=====\n\nIn order to install the plugin follow these instructions:\n\n1. **Install this plugin:**\n\n.. code-block::\n\n    scipion installp -p scipion-em-empiar\n\nor through the **plugin manager** by launching Scipion and following **Configuration** >> **Plugins**\n\n\nAlternatively, in devel mode:\n\n\n.. code-block::\n\n    git clone -b devel https://github.com/scipion-em/scipion-em-empiar.git\n    scipion installp -p local/path/to/scipion-em-empiar --devel\n\n2. **Download Aspera Connect:**\n\nGo to https://www.ibm.com/aspera/connect/ and download the latest version.\n\n3. Register an account in the EMPIAR deposition and Segmentation Annotation Tool\n\nGo to https://www.ebi.ac.uk/pdbe/emdb/empiar/deposition/register/ and get an API token at **Get empiar-deposition API token** section\n\n4.  Open scipion's config file 'scipion3 config --show' and add the following variables:\n\n.. code-block::\n\n    ASCP = <aspera_binary_path> (usually it is located at $HOME/.aspera/connect/bin/ascp)\n    ASPERA_SCP_PASS= <aspera_shares_user_password>\n    EMPIAR_TOKEN = <empiar_token>\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Scipion plugin to make depositions to EMPIAR",
    "version": "3.1.1",
    "project_urls": {
        "Bug Reports": "https://github.com/scipion-em/scipion-em-empiar/issues",
        "Homepage": "https://github.com/scipion-em/scipion-em-empiar",
        "Source": "https://github.com/scipion-em/scipion-em-empiar/"
    },
    "split_keywords": [
        "scipion",
        "empiar",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "3b106b873b349ea14a20aa0078265cf06492f57cf6b9a80ae0791c614e835f80",
                "md5": "acbb7e45a80c30f3b06fa2b8cbad9b1f",
                "sha256": "b2781afb6c610cda1bec82b115e8e0b37160f73ef2da8d18ec32dcbf0a6bbd7f"
            },
            "downloads": -1,
            "filename": "scipion_em_empiar-3.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "acbb7e45a80c30f3b06fa2b8cbad9b1f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48713,
            "upload_time": "2024-10-16T12:36:08",
            "upload_time_iso_8601": "2024-10-16T12:36:08.235796Z",
            "url": "https://files.pythonhosted.org/packages/3b/10/6b873b349ea14a20aa0078265cf06492f57cf6b9a80ae0791c614e835f80/scipion_em_empiar-3.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "60bd8c7f85880068a633f79f041d04b7c1609b27015720685b862640c39e1a05",
                "md5": "9dd405e21ab661427d67f98a8d0530d1",
                "sha256": "ef7efa044f862d7dfebb640734b0cd0f153596271a3913334d0319a4cf7d5300"
            },
            "downloads": -1,
            "filename": "scipion-em-empiar-3.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9dd405e21ab661427d67f98a8d0530d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 47303,
            "upload_time": "2024-10-16T12:36:10",
            "upload_time_iso_8601": "2024-10-16T12:36:10.061446Z",
            "url": "https://files.pythonhosted.org/packages/60/bd/8c7f85880068a633f79f041d04b7c1609b27015720685b862640c39e1a05/scipion-em-empiar-3.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 12:36:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-empiar",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "scipion-em-empiar"
}
        
Elapsed time: 1.58490s