amorehead / atom3

Atomic Data Processing (Python 3 Version)

Home Page:https://pypi.org/project/atom3-py3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom3-py3

Processing of 3D atomic data (Python 3 version).

Installation

$ pip3 install atom3-py3

Usage

Process a PDB file to a pickled pandas dataframe.

$ atom3 parse sample/11as.pdb1.gz sample/parsed

Derive subunits of a parsed dataframe.

$ atom3 complex sample/parsed sample/complexes.dill

Split subunits into interacting pairs.

$ atom3 pairs sample/complexes.dill sample/pairs

For help on commands.

$ atom3 -h
$ atom3 parse -h

About

Atomic Data Processing (Python 3 Version)

https://pypi.org/project/atom3-py3/

License:MIT License


Languages

Language:Python 97.9%Language:Makefile 2.1%