biobb-structure-utils


Namebiobb-structure-utils JSON
Version 4.1.0 PyPI version JSON
download
home_pagehttps://github.com/bioexcel/biobb_structure_utils
Summarybiobb_structure_utils is the Biobb module collection to perform basic manipulations on 3d structures.
upload_time2023-09-13 08:28:04
maintainer
docs_urlNone
authorBiobb developers
requires_python>=3.8
license
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_structure_utils?label=Version)](https://GitHub.com/bioexcel/biobb_structure_utils/tags/)
[![](https://img.shields.io/pypi/v/biobb-structure-utils.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-structure-utils/)
[![](https://img.shields.io/conda/vn/bioconda/biobb_structure_utils?label=Conda)](https://anaconda.org/bioconda/biobb_structure_utils)
[![](https://img.shields.io/conda/dn/bioconda/biobb_structure_utils?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_structure_utils)
[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_structure_utils?tab=tags)
[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_structure_utils:4.1.0--pyhdfd78af_0)

[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_structure_utils)
[![](https://img.shields.io/pypi/pyversions/biobb-structure-utils.svg?label=Python%20Versions)](https://pypi.org/project/biobb-structure-utils/)
[![](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_structure_utils)

[![](https://readthedocs.org/projects/biobb-structure-utils/badge/?version=latest&label=Docs)](https://biobb-structure-utils.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://img.shields.io/badge/Youtube-tutorial-blue?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=ou1DOGNs0xM)
[![](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_structure_utils/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/junit/report.html)
[![](https://docs.bioexcel.eu/biobb_structure_utils/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/coverage/)
[![](https://docs.bioexcel.eu/biobb_structure_utils/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/flake8/)
[![](https://img.shields.io/github/last-commit/bioexcel/biobb_structure_utils?label=Last%20Commit)](https://github.com/bioexcel/biobb_structure_utils/commits/master)
[![](https://img.shields.io/github/issues/bioexcel/biobb_structure_utils.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_structure_utils/issues/)


# biobb_structure_utils

### Introduction
Biobb_structure_utils is the Biobb module collection to modify or extract information from a PDB structure file, such as pulling out a particular model or chain, removing water molecules or ligands, or renumbering or sorting atoms or residues. 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](https://biobb-structure-utils.readthedocs.io/en/latest/).

### Version
v4.1.0 2023.3

### 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_structure_utils>=4.1.0"


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

Using ANACONDA:

* Installation:


        conda install -c bioconda "biobb_structure_utils>=4.1.0"


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

Using DOCKER:

* Installation:


        docker pull quay.io/biocontainers/biobb_structure_utils:4.1.0--pyhdfd78af_0


* Usage:


        docker run quay.io/biocontainers/biobb_structure_utils:4.1.0--pyhdfd78af_0 <command>

Using SINGULARITY:

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

* Installation:


        singularity pull --name biobb_structure_utils.sif https://depot.galaxyproject.org/singularity/biobb_structure_utils:4.1.0--pyhdfd78af_0


* Usage:


        singularity exec biobb_structure_utils.sif <command>



The command list and specification can be found at the [Command Line documentation](https://biobb-structure-utils.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-2023 [Barcelona Supercomputing Center](https://www.bsc.es/)
* (c) 2015-2023 [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.

### Acknolegements
This software uses functions to read and modify GRO files based in the [GROPY](https://github.com/caizkun/gropy) library created by Zhikun Cai (caizkun@gmail.com) under the [MIT](https://github.com/caizkun/gropy/blob/master/LICENSE). In this project [GROPY](https://github.com/caizkun/gropy) has been adapted to Python 3 and our own needs.

![](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_structure_utils",
    "name": "biobb-structure-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "Bioinformatics Workflows BioExcel Compatibility",
    "author": "Biobb developers",
    "author_email": "pau.andrio@bsc.es",
    "download_url": "https://files.pythonhosted.org/packages/9c/1b/edb9474e6561819066fbc05bc3c167cff499bf80541d84718e413a6c12b0/biobb_structure_utils-4.1.0.tar.gz",
    "platform": null,
    "description": "[![](https://img.shields.io/github/v/tag/bioexcel/biobb_structure_utils?label=Version)](https://GitHub.com/bioexcel/biobb_structure_utils/tags/)\n[![](https://img.shields.io/pypi/v/biobb-structure-utils.svg?label=Pypi)](https://pypi.python.org/pypi/biobb-structure-utils/)\n[![](https://img.shields.io/conda/vn/bioconda/biobb_structure_utils?label=Conda)](https://anaconda.org/bioconda/biobb_structure_utils)\n[![](https://img.shields.io/conda/dn/bioconda/biobb_structure_utils?label=Conda%20Downloads)](https://anaconda.org/bioconda/biobb_structure_utils)\n[![](https://img.shields.io/badge/Docker-Quay.io-blue)](https://quay.io/repository/biocontainers/biobb_structure_utils?tab=tags)\n[![](https://img.shields.io/badge/Singularity-GalaxyProject-blue)](https://depot.galaxyproject.org/singularity/biobb_structure_utils:4.1.0--pyhdfd78af_0)\n\n[![](https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue)](https://github.com/bioexcel/biobb_structure_utils)\n[![](https://img.shields.io/pypi/pyversions/biobb-structure-utils.svg?label=Python%20Versions)](https://pypi.org/project/biobb-structure-utils/)\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_structure_utils)\n\n[![](https://readthedocs.org/projects/biobb-structure-utils/badge/?version=latest&label=Docs)](https://biobb-structure-utils.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)]()\n[![](https://img.shields.io/badge/Youtube-tutorial-blue?logo=youtube&logoColor=red)](https://www.youtube.com/watch?v=ou1DOGNs0xM)\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_structure_utils/junit/testsbadge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/junit/report.html)\n[![](https://docs.bioexcel.eu/biobb_structure_utils/coverage/coveragebadge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/coverage/)\n[![](https://docs.bioexcel.eu/biobb_structure_utils/flake8/flake8badge.svg)](https://docs.bioexcel.eu/biobb_structure_utils/flake8/)\n[![](https://img.shields.io/github/last-commit/bioexcel/biobb_structure_utils?label=Last%20Commit)](https://github.com/bioexcel/biobb_structure_utils/commits/master)\n[![](https://img.shields.io/github/issues/bioexcel/biobb_structure_utils.svg?color=brightgreen&label=Issues)](https://GitHub.com/bioexcel/biobb_structure_utils/issues/)\n\n\n# biobb_structure_utils\n\n### Introduction\nBiobb_structure_utils is the Biobb module collection to modify or extract information from a PDB structure file, such as pulling out a particular model or chain, removing water molecules or ligands, or renumbering or sorting atoms or residues. 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:\n[latest API documentation](https://biobb-structure-utils.readthedocs.io/en/latest/).\n\n### Version\nv4.1.0 2023.3\n\n### Installation\n\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_structure_utils>=4.1.0\"\n\n\n* Usage: [Python API documentation](https://biobb-structure-utils.readthedocs.io/en/latest/modules.html)\n\nUsing ANACONDA:\n\n* Installation:\n\n\n        conda install -c bioconda \"biobb_structure_utils>=4.1.0\"\n\n\n* Usage: With conda installation BioBBs can be used with the [Python API documentation](https://biobb-structure-utils.readthedocs.io/en/latest/modules.html) and the [Command Line documentation](https://biobb-structure-utils.readthedocs.io/en/latest/command_line.html)\n\nUsing DOCKER:\n\n* Installation:\n\n\n        docker pull quay.io/biocontainers/biobb_structure_utils:4.1.0--pyhdfd78af_0\n\n\n* Usage:\n\n\n        docker run quay.io/biocontainers/biobb_structure_utils:4.1.0--pyhdfd78af_0 <command>\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_structure_utils.sif https://depot.galaxyproject.org/singularity/biobb_structure_utils:4.1.0--pyhdfd78af_0\n\n\n* Usage:\n\n\n        singularity exec biobb_structure_utils.sif <command>\n\n\n\nThe command list and specification can be found at the [Command Line documentation](https://biobb-structure-utils.readthedocs.io/en/latest/command_line.html).\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-2023 [Barcelona Supercomputing Center](https://www.bsc.es/)\n* (c) 2015-2023 [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### Acknolegements\nThis software uses functions to read and modify GRO files based in the [GROPY](https://github.com/caizkun/gropy) library created by Zhikun Cai (caizkun@gmail.com) under the [MIT](https://github.com/caizkun/gropy/blob/master/LICENSE). In this project [GROPY](https://github.com/caizkun/gropy) has been adapted to Python 3 and our own needs.\n\n![](https://bioexcel.eu/wp-content/uploads/2019/04/Bioexcell_logo_1080px_transp.png \"Bioexcel\")\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "biobb_structure_utils is the Biobb module collection to perform basic manipulations on 3d structures.",
    "version": "4.1.0",
    "project_urls": {
        "Bioexcel": "https://bioexcel.eu/",
        "Documentation": "http://biobb_structure_utils.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/bioexcel/biobb_structure_utils"
    },
    "split_keywords": [
        "bioinformatics",
        "workflows",
        "bioexcel",
        "compatibility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1a692838e416913da3e99c79c18697e7171282ce7890cdeeb6cf16f1b2d39637",
                "md5": "1a26a9dcf9d123f82c8f5066b8894f0b",
                "sha256": "34a9c0fb0756a55ad79080af041f577cb690c23260f9d4f260d52db820c64ad3"
            },
            "downloads": -1,
            "filename": "biobb_structure_utils-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1a26a9dcf9d123f82c8f5066b8894f0b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 51721,
            "upload_time": "2023-09-13T08:28:02",
            "upload_time_iso_8601": "2023-09-13T08:28:02.699273Z",
            "url": "https://files.pythonhosted.org/packages/1a/69/2838e416913da3e99c79c18697e7171282ce7890cdeeb6cf16f1b2d39637/biobb_structure_utils-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9c1bedb9474e6561819066fbc05bc3c167cff499bf80541d84718e413a6c12b0",
                "md5": "9296f97772956c9a90ed45505ffa2a37",
                "sha256": "07c6268e2f40de595325aaf88839dd180950ba5bd7e51acbf726a9b982fe69cd"
            },
            "downloads": -1,
            "filename": "biobb_structure_utils-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9296f97772956c9a90ed45505ffa2a37",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 27286,
            "upload_time": "2023-09-13T08:28:04",
            "upload_time_iso_8601": "2023-09-13T08:28:04.146214Z",
            "url": "https://files.pythonhosted.org/packages/9c/1b/edb9474e6561819066fbc05bc3c167cff499bf80541d84718e413a6c12b0/biobb_structure_utils-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-13 08:28:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bioexcel",
    "github_project": "biobb_structure_utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "biobb-structure-utils"
}
        
Elapsed time: 0.12959s