🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

atom3-py3

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atom3-py3

3D Atomic Data Processing (Python 3 version)

0.2.1
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts