scipion-em-flexutils


Namescipion-em-flexutils JSON
Version 3.2.2 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-flexutils
SummaryTools for 3D visualization and manipulation of flexibility data
upload_time2024-09-13 10:48:42
maintainerNone
docs_urlNone
authorDavid Herreros
requires_pythonNone
licenseNone
keywords scipion continuous-heterogeneity imageprocessing scipion-3.0
VCS
bugtrack_url
requirements scipion-em scipion-app h5py xmipp_metadata scikit-image seaborn scikit-learn pathos gemmi
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <h1 align='center'>Scipion flexutils plugin</h1>

<p align="center">

<img alt="Supported Python versions" src="https://img.shields.io/badge/Supported_Python_Versions-3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-blue">
<img alt="GitHub Downloads (all assets, all releases)" src="https://img.shields.io/github/downloads/scipion-em/scipion-em-flexutils/total">
<img alt="GitHub License" src="https://img.shields.io/github/license/scipion-em/scipion-em-flexutils">

</p>

<p align="center">

<img alt="Flexutils" width="300" src="https://github.com/scipion-em/scipion-em-flexutils/blob/devel/flexutils/icon.png">

</p>

This plugin contains a series of methods for the visualization and manipulation of flexibility data (specially designed for continuous heterogeneity).


# Plugin Installation


The plugin can be installed in production mode with the following command:

```bash

   scipion installp -p scipion-em-flexutils

```

Or in devel mode by executing the commands:

```bash

   git clone https://github.com/scipion-em/scipion-em-flexutils.git
   scipion installp -p ~/scipion-em-flexutils --devel

```

The plugin needs PyQt5 to be installed in the device. The following commands can be used to install PyQt5 in different distributions:

```bash

   Ubuntu:
   sudo apt-get install python3-pyqt5

   CentOS:
   yum install qt5-qtbase-devel

```

Thee following libraries are also needed by PyQt.

```bash

   Ubuntu:
   sudo apt-get install libxcb-xinerama0
   sudo apt install libxcb-image0

```

The viewers associated to this plugin require OpenGL 3.2 or later and Mesa 11.2 or later.

The installation of the Plugin also requires Conda to be installed in the system. In addition, Scipion needs to know where Conda has been installed. This can be done by adding to your ``scipion.conf`` file the following variable:

```bash

   CONDA_ACTIVATION_CMD = eval "$(/path/to/your/conda/installation/condabin/conda shell.bash hook)"

```

Additionally, the optional component *Open3D* can be installed to add extra functionalities during the network training phase. In order to install this package, the following requirements must be satisfied:

- CUDA must be installed in your system and properly added to the ``PATH`` and ``LD_LIBRARY_PATH`` variables
- You should check the following dependencies are installed in your system:

```bash

   sudo apt install xorg-dev libxcb-shm0 libglu1-mesa-dev python3-dev clang libc++-dev libc++abi-dev libsdl2-dev ninja-build libxi-dev libtbb-dev libosmesa6-dev libudev-dev autoconf libtool

```

If the previous requirements are not met, *Open3D* installation will be just skipped.

# Tutorials

Flexibility Hub tutorials are available in the [Scipion FlexHub Wiki](<https://scipion-em.github.io/docs/release-3.0.0/docs/user/tutorials/flexibilityHub/main_page.html>) and in [Youtube](<https://www.youtube.com/playlist?list=PLuu0votIJpSxTmPLvKRHV3ijadqlxxHfb>).



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-flexutils",
    "name": "scipion-em-flexutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion continuous-heterogeneity imageprocessing scipion-3.0",
    "author": "David Herreros",
    "author_email": "dherreros@cnb.csic.es",
    "download_url": "https://files.pythonhosted.org/packages/52/83/2807dbf14bd1a24bed29f6c7784802fe57f361df1f395f28a0598b3b2369/scipion-em-flexutils-3.2.2.tar.gz",
    "platform": null,
    "description": "<h1 align='center'>Scipion flexutils plugin</h1>\n\n<p align=\"center\">\n\n<img alt=\"Supported Python versions\" src=\"https://img.shields.io/badge/Supported_Python_Versions-3.8_%7C_3.9_%7C_3.10_%7C_3.11_%7C_3.12-blue\">\n<img alt=\"GitHub Downloads (all assets, all releases)\" src=\"https://img.shields.io/github/downloads/scipion-em/scipion-em-flexutils/total\">\n<img alt=\"GitHub License\" src=\"https://img.shields.io/github/license/scipion-em/scipion-em-flexutils\">\n\n</p>\n\n<p align=\"center\">\n\n<img alt=\"Flexutils\" width=\"300\" src=\"https://github.com/scipion-em/scipion-em-flexutils/blob/devel/flexutils/icon.png\">\n\n</p>\n\nThis plugin contains a series of methods for the visualization and manipulation of flexibility data (specially designed for continuous heterogeneity).\n\n\n# Plugin Installation\n\n\nThe plugin can be installed in production mode with the following command:\n\n```bash\n\n   scipion installp -p scipion-em-flexutils\n\n```\n\nOr in devel mode by executing the commands:\n\n```bash\n\n   git clone https://github.com/scipion-em/scipion-em-flexutils.git\n   scipion installp -p ~/scipion-em-flexutils --devel\n\n```\n\nThe plugin needs PyQt5 to be installed in the device. The following commands can be used to install PyQt5 in different distributions:\n\n```bash\n\n   Ubuntu:\n   sudo apt-get install python3-pyqt5\n\n   CentOS:\n   yum install qt5-qtbase-devel\n\n```\n\nThee following libraries are also needed by PyQt.\n\n```bash\n\n   Ubuntu:\n   sudo apt-get install libxcb-xinerama0\n   sudo apt install libxcb-image0\n\n```\n\nThe viewers associated to this plugin require OpenGL 3.2 or later and Mesa 11.2 or later.\n\nThe installation of the Plugin also requires Conda to be installed in the system. In addition, Scipion needs to know where Conda has been installed. This can be done by adding to your ``scipion.conf`` file the following variable:\n\n```bash\n\n   CONDA_ACTIVATION_CMD = eval \"$(/path/to/your/conda/installation/condabin/conda shell.bash hook)\"\n\n```\n\nAdditionally, the optional component *Open3D* can be installed to add extra functionalities during the network training phase. In order to install this package, the following requirements must be satisfied:\n\n- CUDA must be installed in your system and properly added to the ``PATH`` and ``LD_LIBRARY_PATH`` variables\n- You should check the following dependencies are installed in your system:\n\n```bash\n\n   sudo apt install xorg-dev libxcb-shm0 libglu1-mesa-dev python3-dev clang libc++-dev libc++abi-dev libsdl2-dev ninja-build libxi-dev libtbb-dev libosmesa6-dev libudev-dev autoconf libtool\n\n```\n\nIf the previous requirements are not met, *Open3D* installation will be just skipped.\n\n# Tutorials\n\nFlexibility Hub tutorials are available in the [Scipion FlexHub Wiki](<https://scipion-em.github.io/docs/release-3.0.0/docs/user/tutorials/flexibilityHub/main_page.html>) and in [Youtube](<https://www.youtube.com/playlist?list=PLuu0votIJpSxTmPLvKRHV3ijadqlxxHfb>).\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Tools for 3D visualization and manipulation of flexibility data",
    "version": "3.2.2",
    "project_urls": {
        "Homepage": "https://github.com/scipion-em/scipion-em-flexutils"
    },
    "split_keywords": [
        "scipion",
        "continuous-heterogeneity",
        "imageprocessing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "7a043525d014184e9ce1ed7d78f20f2644874734f37571b7d1b57b37e9d9d39d",
                "md5": "c156b42bf6807c5fd6841c052b19dbc4",
                "sha256": "5418c5d68b7d2c15cf6f80f72ad41e4676ebf0f16f3130015fe160c266297754"
            },
            "downloads": -1,
            "filename": "scipion_em_flexutils-3.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c156b42bf6807c5fd6841c052b19dbc4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 402073,
            "upload_time": "2024-09-13T10:48:41",
            "upload_time_iso_8601": "2024-09-13T10:48:41.320015Z",
            "url": "https://files.pythonhosted.org/packages/7a/04/3525d014184e9ce1ed7d78f20f2644874734f37571b7d1b57b37e9d9d39d/scipion_em_flexutils-3.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "52832807dbf14bd1a24bed29f6c7784802fe57f361df1f395f28a0598b3b2369",
                "md5": "7102192edac8da00001b7fbb7dac555c",
                "sha256": "aad304543e8a86737b623879c11399ba14a9c91c6b455f59d3992784d286ce1b"
            },
            "downloads": -1,
            "filename": "scipion-em-flexutils-3.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "7102192edac8da00001b7fbb7dac555c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 303398,
            "upload_time": "2024-09-13T10:48:42",
            "upload_time_iso_8601": "2024-09-13T10:48:42.951528Z",
            "url": "https://files.pythonhosted.org/packages/52/83/2807dbf14bd1a24bed29f6c7784802fe57f361df1f395f28a0598b3b2369/scipion-em-flexutils-3.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-13 10:48:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-flexutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "scipion-em",
            "specs": [
                [
                    ">=",
                    "3.5.0"
                ]
            ]
        },
        {
            "name": "scipion-app",
            "specs": [
                [
                    ">=",
                    "3.3.1"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": []
        },
        {
            "name": "xmipp_metadata",
            "specs": [
                [
                    "<=",
                    "1.2.0"
                ]
            ]
        },
        {
            "name": "scikit-image",
            "specs": [
                [
                    ">=",
                    "0.17.2"
                ],
                [
                    "<=",
                    "0.24.0"
                ]
            ]
        },
        {
            "name": "seaborn",
            "specs": [
                [
                    "==",
                    "0.12.2"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "1.2"
                ]
            ]
        },
        {
            "name": "pathos",
            "specs": []
        },
        {
            "name": "gemmi",
            "specs": []
        }
    ],
    "lcname": "scipion-em-flexutils"
}
        
Elapsed time: 1.09113s