Giter Site home page Giter Site logo

stcmz / mccs-docker Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 14 KB

Docker image with the MCCS toolchain and all third-party software used in the MCCS protocol pre-configured and installed.

Dockerfile 100.00%
mccs molecular-modeling computational-chemistry

mccs-docker's Introduction

MCCS Docker Image

build workflow release workflow

This repository contains the scripts to create Docker images with the MCCS toolchain and all third-party software used in the MCCS protocol installed and configured.

Disclaimer

To use scripts in this repository to install and configure the included third-party software, one must read and agree their licenses first:

What's Included

Platforms

Folder Root Image OS
slim debian:buster-slim Debian GNU/Linux 10, code name Buster

How to Build

To build the image, one must first install Docker. The Docker Desktop is full-featured with GUI support and runs on Windows and macOS while on Linux platforms the command line Docker Engine is provided.

One can build the Docker image from a command line

docker build slim -t mccs

It usually takes a few minutes to build, varying by connection speed and computer performance.

Usage

With the Docker image successfully built, one can start a container with

docker run --rm -it -v "$(pwd):/data" mccs

The MCCS tools run with molecular models. Via the -v "$(pwd):/data" argument, docker maps the current working directory to the /data directory in the container. Once the container launched, one can navigate to /data and perform the computation.

# In the container
cd /data

# Now you can use the tools against the molecular models located in your physical hard drive.
# All MCCS related tools are immediately available and most can be invoked by name, e.g. jdock, mccsx.

# Third-party software are invoked by the following commands.
# Please refer to their official documentation for detailed usage.
propka3
obabel
vega
chimera --nogui

# The side chain fixing script is located at ~/incompleteSideChains.py

Author

Maozi Chen

mccs-docker's People

Contributors

stcmz avatar

Stargazers

 avatar

Watchers

 avatar  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.