Giter Club home page Giter Club logo

rmsd's Introduction

rmsd

Build Status

Coverity Scan Build Status

C program for calculating rmsd from a charmm DCD file.

Dependencies

Lapack and Blas are required for compiling this software.

How to run

Please provide 4 arguments to the program:

  • path to CHARMM dcd file (binary)
  • path to reference structure (CHARMM .cor text file)
  • atoms selection for rmsd (command line)
  • atoms selection for centering (command line)

Note that it is not necessary to use 2 identical selections for centering and rmsd

For a selection by residue name (3rd column of CHARRMM .cor file): ./rmsd *.dcd *.cor rmsd=resname:GLY,LEU center=resname:GLY,LEU

For a selection by atom name (4th column of CHARRMM .cor file) : ./rmsd *.dcd *.cor rmsd=atname:C,CA,N center=atname:C,CA,N

For a selection by residue number (2nd column of CHARMM .cor file) : ./rmsd *.dcd *.cor rmsd=resnum:15,19,62,101 center=resnum:15,19,63

For a selection by atom number (1st column of CHARMM .cor file) : ./rmsd *.dcd *.cor rmsd=atnum:1114,1123,1169,2056,6987 center=atname:C,CA,N

rmsd's People

Contributors

fhedin avatar

Watchers

James Cloos 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.