Code Monkey home page Code Monkey logo

mdbot's Introduction

MDBot

MDBot, as its name suggests, is a delicate program designed for automating the molecular dynamics simulation workflow. It preserves the commands that carry out each separated tasks. If organized well, a one-for-all utility can be set up. But for dynamics simulation, I hope you can take every step seriously, and entirely automate it only when it is guaranteed to be foolproof. With it, you will be freed from the tedious repetitive tasks, and can easily carry out a large amount of molecular dynamics simulations together.

1 Installation

This program is organized by shell scripts. Though it is capable of doing many kinds of things, some dependencies are needs for specific functions.

1.1 Dependencies

If you want to use MDBot, please provide the necessary dependencies:

  • GROMACS 2021
  • Python Packages
    • Python 3.7
    • NetworkX 2.3
    • MODELLER 10.1
  • Perl 5

Here only presents the tested version, and other versions may be also applicable.

1.2 MDBot Installation

Next execute the following commands to install it.

$ git clone https://github.com/fairydance/MDBot.git
$ cd MDBot
$ chmod +x install.sh
$ ./install.sh

The default installation directory is $HOME/.local/mdbot. If you prefer to install MDBot to a non-standard location, please open the install.sh file and change the value of MDBOTHOME.

2 Usage

MDBot contains all commands corresponding to the each step of simulation process. And all of these tools are essentially modules of a binary named "mdbot" and possess a -d option that allows you to specify the working directory (default: pwd). Here are some instants show the details:

$ # 1. Initialize
$ mdbot init -u BIOLOGICAL_UNIT -s SYSTEM -l LIGAND

Note: To run the initial subroutine, the structure files are necessary. You can download the structure files we have well-compiled from here and move the decompressed files to the $MDBOTHOME/share/assets directory, or use the file provided by yourself.

$ # 2. Build Complex
$ mdbot build_complex -u BIOLOGICAL_UNIT -s SYSTEM
$ # 3. Define unit cell, fill it with water, and add ions
$ mdbot cell_solv_ions -s SYSTEM
$ # 4. Minimize energy
$ mdbot em -s SYSTEM
$ # 5. Equilibrate system (NVT)
$ mdbot nvt_equi -u BIOLOGICAL_UNIT -s SYSTEM
$ # 6. Equilibrate system (NPT)
$ mdbot npt_equi -u BIOLOGICAL_UNIT -s SYSTEM
$ # 7. Run production MD
$ mdbot prod_md -u BIOLOGICAL_UNIT -s SYSTEM

Except the above commands, it also has some commands to sanitize ligands and proteins, implemented as follows:

$ # Sanitize ligand
$ mdbot ons -f LIGAND_FILE -n MOLECULAR_NAME
$ # Fill missing residues of a protein
$ mdbot fmr -s SYSTEM

mdbot's People

Contributors

fairydance avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.