Metadata-Version: 2.1
Name: prodigy-cryst
Version: 1.0.1
Summary: Predicts if a protein complex interface is biological or crystallographic.
License: Apache-2.0
Author: BonvinLab
Author-email: bonvinlab.support@uu.nl
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Chemistry
Requires-Dist: biopython (>=1.79,<2.0)
Requires-Dist: numpy (>=1.20,<1.21)
Requires-Dist: scikit-learn (==0.22)
Description-Content-Type: text/markdown

[![unittests](https://github.com/haddocking/prodigy-cryst/actions/workflows/unittests.yml/badge.svg)](https://github.com/haddocking/prodigy-cryst/actions/workflows/unittests.yml)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4f129d451ec04c4e9529a6eb28457619)](https://www.codacy.com/gh/haddocking/prodigy-cryst/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=haddocking/prodigy-cryst&amp;utm_campaign=Badge_Grade)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/4f129d451ec04c4e9529a6eb28457619)](https://www.codacy.com/gh/haddocking/prodigy-cryst/dashboard?utm_source=github.com&utm_medium=referral&utm_content=haddocking/prodigy-cryst&utm_campaign=Badge_Coverage)
[![fair-software.eu](https://img.shields.io/badge/fair--software.eu-%E2%97%8F%20%20%E2%97%8F%20%20%E2%97%8B%20%20%E2%97%8B%20%20%E2%97%8B-orange)](https://fair-software.eu)

# PRODIGY-cryst

Collection of scripts to predict whether an interface in a protein-protein complex is biological or crystallographic from its atomic coordinates.

## Installation

```bash
> git clone http://github.com/haddocking/prodigy-cryst
> python setup.py install
```

## Usage

```bash
prodigy_cryst <pdb file> [--selection <chain1><chain2>]
```

Type --help to get a list of all the possible options.

