Metadata-Version: 2.1
Name: atligator
Version: 0.0.5
Summary: Atlas based editing of protein interactions
Home-page: https://github.com/Hoecker-Lab/atligator
Author: Josef Kynast
Author-email: josef.kynast@uni-bayreuth.de
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Hoecker-Lab/atligator/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

ATLIGATOR is created to analyse protein-protein or protein-peptide interactions.


For the compilation of scipy and numpy you might need to install the compilers first 
(or try to use only wheel files, see below! This might depend on your OS environment):
sudo apt-get install gfortran libopenblas-dev liblapack-dev
Additionally, if installation fails because of the build process of dependencies use the '--only-binary=:all:' flag:
python -m pip install --only-binary=:all: atligator

