biobb-morph


Namebiobb-morph JSON
Version 5.0.1 PyPI version JSON
download
home_pagehttps://github.com/bioexcel/biobb_morph
Summarybiobb_morph is the Biobb module collection to create patien-specific 3D meshes from IVD template examples.
upload_time2025-01-26 20:35:49
maintainerNone
docs_urlNone
authorBiobb developers
requires_python>=3.9
licenseNone
keywords bioinformatics workflows bioexcel compatibility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![](https://img.shields.io/github/v/tag/bioexcel/biobb_morph?label=Version)](https://GitHub.com/bioexcel/biobb_morph/tags/)
[![](https://img.shields.io/pypi/v/biobb-morph.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-morph/)
[![](https://img.shields.io/conda/vn/bioconda/biobb_morph?label=Conda)](https://anaconda.org/bioconda/biobb_morph)
[![](https://img.shields.io/conda/dn/bioconda/biobb_morph?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_morph)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_morph?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_morph%3A5.0.1--pyhd7d9b99_0)
[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_morph)
[![](https://img.shields.io/pypi/pyversions/biobb-morph.svg?label=Python%20Versions)](https://pypi.org/project/biobb-morph/)
[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![](https://img.shields.io/badge/Open%20Source%3f-Yes!-blue)](https://github.com/bioexcel/biobb_morph)

[![](https://readthedocs.org/projects/biobb-morph/badge/?version=latest&label=Docs)](https://biobb-morph.readthedocs.io/en/latest/?badge=latest)
[![](https://img.shields.io/website?down_message=Offline&label=Biobb%20Website&up_message=Online&url=https%3A%2F%2Fmmb.irbbarcelona.org%2Fbiobb%2F)](https://mmb.irbbarcelona.org/biobb/)
[![](https://img.shields.io/badge/Youtube-tutorials-blue?logo=youtube&logoColor=red)](https://www.youtube.com/@BioExcelCoE/search?query=biobb)
[![](https://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg)](https://doi.org/10.1038/s41597-019-0177-4)
[![](https://img.shields.io/endpoint?color=brightgreen&url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1038%2Fs41597-019-0177-4)](https://www.nature.com/articles/s41597-019-0177-4#citeas)

[![](https://docs.bioexcel.eu/biobb_morph/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_morph/junit/report.html)
[![](https://docs.bioexcel.eu/biobb_morph/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_morph/coverage/)
[![](https://docs.bioexcel.eu/biobb_morph/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_morph/flake8/)
[![](https://img.shields.io/github/last-commit/bioexcel/biobb_morph?label=Last%20Commit)](https://github.com/bioexcel/biobb_morph/commits/master)
[![](https://img.shields.io/github/issues/bioexcel/biobb_morph.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_morph/issues/)

[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu)
[![](https://www.bestpractices.dev/projects/8847/badge)](https://www.bestpractices.dev/projects/8847)

[](https://bestpractices.coreinfrastructure.org/projects/8847/badge)

[//]: # (The previous line invisible link is for compatibility with the howfairis script https://github.com/fair-software/howfairis-github-action/tree/main wich uses the old bestpractices URL)


# biobb_morph

## Introduction
Biobb_morph is a Python library that provides tools for performing 3D morphological transformations of intervertebral disc (IVD) meshes. It enables the creation of patient-personalized 3D models by morphing a morph IVD mesh into a target shape. The library is part of the BioExcel Building Blocks (Biobb) framework.
Biobb (BioExcel building blocks) packages are Python building blocks that
create new layer of compatibility and interoperability over popular
bioinformatics tools.
The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb-morph.readthedocs.io/en/latest/).

## Version
v5.0.1 2024.2

### Installation
Using PIP:

> **Important:** PIP only installs the package. All the dependencies must be installed separately. To perform a complete installation, please use ANACONDA, DOCKER or SINGULARITY.

* Installation:


        pip install "biobb_morph>=5.0.1"


* Usage: [Python API documentation](https://biobb-morph.readthedocs.io/en/latest/modules.html)

Using ANACONDA:

* Installation:


        conda install -c bioconda "biobb_morph>=5.0.1"


* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-morph.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-morph.readthedocs.io/en/latest/command_line.html)

Using DOCKER:

* Installation:


        docker pull quay.io/biocontainers/biobb_morph:5.0.1--pyhd7d9b99_0


* Usage:


        docker run quay.io/biocontainers/biobb_morph:5.0.1--pyhd7d9b99_0 <command>


Using SINGULARITY:

**MacOS users**: it's strongly recommended to avoid Singularity and use **Docker** as containerization system.

* Installation:


        singularity pull --name biobb_morph.sif https://depot.galaxyproject.org/singularity/biobb_morph:5.0.1--pyhd7d9b99_0


* Usage:


        singularity exec biobb_morph.sif <command>


The command list and specification can be found at the [Command Line documentation](https://biobb-morph.readthedocs.io/en/latest/command_line.html).


### Copyright & Licensing
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).

* (c) 2015-2025 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2025 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)

Licensed under the
[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.

![](https://bioexcel.eu/wp-content/uploads/2019/04/Bioexcell_logo_1080px_transp.png "Bioexcel")

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bioexcel/biobb_morph",
    "name": "biobb-morph",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "Bioinformatics Workflows BioExcel Compatibility",
    "author": "Biobb developers",
    "author_email": "mferri@bsc.es",
    "download_url": "https://files.pythonhosted.org/packages/64/a2/ad880e3e99642bdfc7d07d40ee6f8d382e4c1fdf915f46c46664b935e64a/biobb_morph-5.0.1.tar.gz",
    "platform": null,
    "description": "[![](https://img.shields.io/github/v/tag/bioexcel/biobb_morph?label=Version)](https://GitHub.com/bioexcel/biobb_morph/tags/)\n[![](https://img.shields.io/pypi/v/biobb-morph.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-morph/)\n[![](https://img.shields.io/conda/vn/bioconda/biobb_morph?label=Conda)](https://anaconda.org/bioconda/biobb_morph)\n[![](https://img.shields.io/conda/dn/bioconda/biobb_morph?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_morph)\n[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_morph?tab=tags)\n[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_morph%3A5.0.1--pyhd7d9b99_0)\n[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_morph)\n[![](https://img.shields.io/pypi/pyversions/biobb-morph.svg?label=Python%20Versions)](https://pypi.org/project/biobb-morph/)\n[![](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![](https://img.shields.io/badge/Open%20Source%3f-Yes!-blue)](https://github.com/bioexcel/biobb_morph)\n\n[![](https://readthedocs.org/projects/biobb-morph/badge/?version=latest&label=Docs)](https://biobb-morph.readthedocs.io/en/latest/?badge=latest)\n[![](https://img.shields.io/website?down_message=Offline&label=Biobb%20Website&up_message=Online&url=https%3A%2F%2Fmmb.irbbarcelona.org%2Fbiobb%2F)](https://mmb.irbbarcelona.org/biobb/)\n[![](https://img.shields.io/badge/Youtube-tutorials-blue?logo=youtube&logoColor=red)](https://www.youtube.com/@BioExcelCoE/search?query=biobb)\n[![](https://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg)](https://doi.org/10.1038/s41597-019-0177-4)\n[![](https://img.shields.io/endpoint?color=brightgreen&url=https%3A%2F%2Fapi.juleskreuer.eu%2Fcitation-badge.php%3Fshield%26doi%3D10.1038%2Fs41597-019-0177-4)](https://www.nature.com/articles/s41597-019-0177-4#citeas)\n\n[![](https://docs.bioexcel.eu/biobb_morph/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_morph/junit/report.html)\n[![](https://docs.bioexcel.eu/biobb_morph/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_morph/coverage/)\n[![](https://docs.bioexcel.eu/biobb_morph/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_morph/flake8/)\n[![](https://img.shields.io/github/last-commit/bioexcel/biobb_morph?label=Last%20Commit)](https://github.com/bioexcel/biobb_morph/commits/master)\n[![](https://img.shields.io/github/issues/bioexcel/biobb_morph.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_morph/issues/)\n\n[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8F-green)](https://fair-software.eu)\n[![](https://www.bestpractices.dev/projects/8847/badge)](https://www.bestpractices.dev/projects/8847)\n\n[](https://bestpractices.coreinfrastructure.org/projects/8847/badge)\n\n[//]: # (The previous line invisible link is for compatibility with the howfairis script https://github.com/fair-software/howfairis-github-action/tree/main wich uses the old bestpractices URL)\n\n\n# biobb_morph\n\n## Introduction\nBiobb_morph is a Python library that provides tools for performing 3D morphological transformations of intervertebral disc (IVD) meshes. It enables the creation of patient-personalized 3D models by morphing a morph IVD mesh into a target shape. The library is part of the BioExcel Building Blocks (Biobb) framework.\nBiobb (BioExcel building blocks) packages are Python building blocks that\ncreate new layer of compatibility and interoperability over popular\nbioinformatics tools.\nThe latest documentation of this package can be found in our readthedocs site:\n[latest API documentation](http://biobb-morph.readthedocs.io/en/latest/).\n\n## Version\nv5.0.1 2024.2\n\n### Installation\nUsing PIP:\n\n> **Important:** PIP only installs the package. All the dependencies must be installed separately. To perform a complete installation, please use ANACONDA, DOCKER or SINGULARITY.\n\n* Installation:\n\n\n        pip install \"biobb_morph>=5.0.1\"\n\n\n* Usage: [Python API documentation](https://biobb-morph.readthedocs.io/en/latest/modules.html)\n\nUsing ANACONDA:\n\n* Installation:\n\n\n        conda install -c bioconda \"biobb_morph>=5.0.1\"\n\n\n* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-morph.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-morph.readthedocs.io/en/latest/command_line.html)\n\nUsing DOCKER:\n\n* Installation:\n\n\n        docker pull quay.io/biocontainers/biobb_morph:5.0.1--pyhd7d9b99_0\n\n\n* Usage:\n\n\n        docker run quay.io/biocontainers/biobb_morph:5.0.1--pyhd7d9b99_0 <command>\n\n\nUsing SINGULARITY:\n\n**MacOS users**: it's strongly recommended to avoid Singularity and use **Docker** as containerization system.\n\n* Installation:\n\n\n        singularity pull --name biobb_morph.sif https://depot.galaxyproject.org/singularity/biobb_morph:5.0.1--pyhd7d9b99_0\n\n\n* Usage:\n\n\n        singularity exec biobb_morph.sif <command>\n\n\nThe command list and specification can be found at the [Command Line documentation](https://biobb-morph.readthedocs.io/en/latest/command_line.html).\n\n\n### Copyright & Licensing\nThis software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).\n\n* (c) 2015-2025 [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2025 [Institute for Research in Biomedicine](https://www.irbbarcelona.org/)\n\nLicensed under the\n[Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see the file LICENSE for details.\n\n![](https://bioexcel.eu/wp-content/uploads/2019/04/Bioexcell_logo_1080px_transp.png \"Bioexcel\")\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "biobb_morph is the Biobb module collection to create patien-specific 3D meshes from IVD template examples.",
    "version": "5.0.1",
    "project_urls": {
        "Bioexcel": "https://bioexcel.eu/",
        "Documentation": "http://biobb-morph.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/bioexcel/biobb_morph"
    },
    "split_keywords": [
        "bioinformatics",
        "workflows",
        "bioexcel",
        "compatibility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "035f84268e1c4b2b156d6caa8e9a9f29097bb040d78877cef590a061a6edbe31",
                "md5": "628d8375768372f84090b74fb258ec3b",
                "sha256": "f0b70c8734333a7266fa22331a9499e0929f9a65028607f9860e1c6ae8b5854e"
            },
            "downloads": -1,
            "filename": "biobb_morph-5.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "628d8375768372f84090b74fb258ec3b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 43488017,
            "upload_time": "2025-01-26T20:35:42",
            "upload_time_iso_8601": "2025-01-26T20:35:42.231856Z",
            "url": "https://files.pythonhosted.org/packages/03/5f/84268e1c4b2b156d6caa8e9a9f29097bb040d78877cef590a061a6edbe31/biobb_morph-5.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64a2ad880e3e99642bdfc7d07d40ee6f8d382e4c1fdf915f46c46664b935e64a",
                "md5": "3d1291d5ceb40f490e7be2b10d4e5d0e",
                "sha256": "a175f23c55452f1c900d23fdb2d6e0d34985ab800bcb8d03b565cd69f4beb25b"
            },
            "downloads": -1,
            "filename": "biobb_morph-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3d1291d5ceb40f490e7be2b10d4e5d0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 43289591,
            "upload_time": "2025-01-26T20:35:49",
            "upload_time_iso_8601": "2025-01-26T20:35:49.318449Z",
            "url": "https://files.pythonhosted.org/packages/64/a2/ad880e3e99642bdfc7d07d40ee6f8d382e4c1fdf915f46c46664b935e64a/biobb_morph-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-26 20:35:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bioexcel",
    "github_project": "biobb_morph",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "biobb-morph"
}
        
Elapsed time: 0.74570s