https://img.shields.io/github/v/tag/bioexcel/biobb_flexdyn?label=Version https://img.shields.io/pypi/v/biobb-flexdyn.svg?label=Pypi https://img.shields.io/conda/vn/bioconda/biobb_flexdyn?label=Conda https://img.shields.io/conda/dn/bioconda/biobb_flexdyn?label=Conda%20Downloads https://img.shields.io/badge/Docker-Quay.io-blue https://img.shields.io/badge/Singularity-GalaxyProject-blue

https://img.shields.io/badge/OS-Unix%20%7C%20MacOS-blue https://img.shields.io/pypi/pyversions/biobb-flexdyn.svg?label=Python%20Versions https://img.shields.io/badge/License-Apache%202.0-blue.svg https://img.shields.io/badge/Open%20Source%3f-Yes%21-blue

https://readthedocs.org/projects/biobb-flexdyn/badge/?version=latest&label=Docs 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://zenodo.org/badge/DOI/10.1038/s41597-019-0177-4.svg 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://docs.bioexcel.eu/biobb_flexdyn/junit/testsbadge.svg https://docs.bioexcel.eu/biobb_flexdyn/coverage/coveragebadge.svg https://docs.bioexcel.eu/biobb_flexdyn/flake8/flake8badge.svg https://img.shields.io/github/last-commit/bioexcel/biobb_flexdyn?label=Last%20Commit https://img.shields.io/github/issues/bioexcel/biobb_flexdyn.svg?color=brightgreen&label=Issues

fair-software.eu https://www.bestpractices.dev/projects/8847/badge

biobb_flexdyn

Introduction

biobb_flexdyn is a BioBB category for studies on the conformational landscape of native proteins. biobb_flexdyn allows the generation of protein conformational ensembles from 3D structures and the analysis of its molecular flexibility. It is based on the work done in the flexdyn implementation study from the 3D-Bioinfo ELIXIR structural community (https://elixir-europe.org/communities/3d-bioinfo). 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.

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 or DOCKER.

Using ANACONDA:

Using DOCKER:

  • Installation:

      docker pull quay.io/biocontainers/biobb_flexdyn:4.1.0--pyhdfd78af_0
    
  • Usage:

      docker run quay.io/biocontainers/biobb_flexdyn:4.1.0--pyhdfd78af_0
    

Using SINGULARITY:

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

  • Installation:

      singularity pull --name biobb_flexdyn.sif https://depot.galaxyproject.org/singularity/biobb_flexdyn:4.1.0--pyhdfd78af_0
    
  • Usage:

      singularity exec biobb_flexdyn.sif <command>
    

The command list and specification can be found at the Command Line documentation.