https://readthedocs.org/projects/biobb-md/badge/?version=latest https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat https://img.shields.io/badge/docker-Quay.io-blue https://img.shields.io/badge/License-Apache%202.0-blue.svg

biobb_md

Introduction

Biobb_md is the Biobb module collection to perform molecular dynamics simulations. 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

v3.7.2 2021.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.

Using ANACONDA:

Using DOCKER:

  • Installation:

      docker pull quay.io/biocontainers/biobb_md:3.7.2--pyhdfd78af_0
    
  • Usage:

      docker run quay.io/biocontainers/biobb_md:3.7.2--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_md.sif shub://bioexcel/biobb_md
    
  • Usage:

      singularity exec biobb_md.sif <command>
    

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