pkiruba / molecool

A very cool molecular visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

molecool

Travis Build Status AppVeyor Build status codecov

A Python package for analyzing and visualizing pdb and xyz files. For MolSSI May webinar series.

This repository is currently under development. To developmental install, download this repository and type

pip install -e .

in the repository directory.

This package requires the following:

  • Numpy
  • Matplotlib

Features should be developed on branches. TO create and switch to a branch, use the command:

git checkout -b new_branch_name

To submit your feature to be incorporated into the master branch, you should submit a Pull Request. The repository maintainers will review your pull request before accepting your changes.

To switch to an existing branch, use

git checkout branch_name

Copyright

Copyright (c) 2020, Kirubakaran Palani

Acknowledgements

Project based on the Computational Molecular Science Python Cookiecutter version 1.2.

About

A very cool molecular visualizer

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 98.7%Language:Shell 1.3%