Skip to content

chemlove/SimAnalysisTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimAnalysisTools

A tool to analyze molecular simulations

Description

SimAnalysisTools is a package for analyzing your molecular simulations.

Foremost, it is a wrapper for the MDAnalysis package to perform several analysis of coordinate trajectories. This program is called simanalysis

It also contains other tools.

Installation

To install this tool, clone or download the git repository. Change to the downloaded directory and install the software with

python setup.py install

Examples

To find the available commands

simanalysis -h

To find the help of individual commands

simanalysis rmsd -h

To analyze the RMSD of a protein

simanalysis rmsd -f sim.txtc -s struct.gro

To analyze common membrane properties

simanalysis memprop -f sim.txt -s struct.gro --lipidmask "resname DOPC"

About

Tools to analyze output of molecular simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%