Giter VIP home page Giter VIP logo

md_project_template's Introduction

Molecular Dynamics Project Initializer

Warning: still under active development.

This script automates the setup process for a Molecular Dynamics (MD) project, streamlining the initialization and configuration of necessary components.

Features

  • Sets up a sane default folder structure.
  • Detects system information including CPU, GPU, and CUDA versions.
  • Initializes Miniforge (Mambaforge) if not already set up.
  • Creates a Conda environment and installs a good deal of useful packages for trajectory analysis.
  • Searches and downloads starting structure files for specified proteins, from RCSPDB and/or the AlphaFold DB.
  • Configures Git and sets up a complete .gitignore file.
  • Runs installation tests (optional).

Prerequisites

  • Miniforge (previously Mambaforge) is recommended. You can download it from here.
  • A CUDA-enabled GPU is recommended, even though the script currently does not set up GROMACS/NAMD/Amber.
  • A .env file in the same directory as the script should be added, with the variables AUTHOR_NAME and AUTHOR_EMAIL.

Usage

To use the script, navigate to your project directory and run:

./initialize.sh [options]

Options

  • -t: Run tests after setting up the environment.
  • -n ENVIRONMENT_NAME: Specify the name of the conda environment (default: md_project).
  • -c: Use the (condaenv_cuda.yml) conda environment file which includes CUDA libraries from the Nvidia conda channel.
  • -o: Install OpenMM and OpenMM-related packages.
  • -h: Show the help message and exit.

Example

./initialize.sh -t -n my_md_project

This example runs the initialization script, performs tests after setting up the environment, and specifies "my_md_project" as the conda environment name.

Folder Structure

The script will create a series of directories to organize your MD project:

  • bin: For binary files.
  • src: For additional packages with source code.
  • scripts: For additional scripts.
  • img: For image files and plots.
  • papers: For related papers and documentation.
  • data: For data files, further organized into subdirectories for different stages of the MD project, excluded from git versioning.

md_project_template's People

Contributors

kryohi avatar

Stargazers

 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.