Metadata-Version: 1.0
Name: atom3-py3
Version: 0.1.6.9
Summary: 3D Atomic Data Processing (Python 3 version)
Home-page: https://github.com/amorehead/atom3
Author: Raphael Townshend
Author-email: UNKNOWN
License: MIT
Description: atom3-py3
        =========
        
        Processing of 3D atomic data (Python 3 version).
        
        Installation
        ------------
        
        .. code-block:: console
        
            $ pip3 install atom3-py3
        
        Usage
        -----
        
        Process a PDB file to a pickled pandas dataframe.
        
        .. code-block:: console
        
            $ atom3 parse sample/11as.pdb1.gz sample/parsed
        
        Derive subunits of a parsed dataframe.
        
        .. code-block:: console
        
            $ atom3 complex sample/parsed sample/complexes.dill
        
        Split subunits into interacting pairs.
        
        .. code-block:: console
        
            $ atom3 pairs sample/complexes.dill sample/pairs
        
        For help on commands.
        
        .. code-block:: console
        
            $ atom3 -h
            $ atom3 parse -h
        
Platform: UNKNOWN
