Metadata-Version: 2.1
Name: pytprot
Version: 0.5
Summary: Macrocomplex builder from PPIs
Home-page: https://github.com/mariasr3/pytprot
Author: Maria Sopena, Joana Llauradó, Othmane Hayoun
License: LICENSE.txt
Description: # pyprot
        
        **pytprot** is a web-app and command-line package to build protein multicomplexes from
        binary chain interactions.
        
        ## 1. Installation
        
        ### 1.3. Through PyPi
        
        We have added our module into PyPi to make it even easier to install. In this case, you only have to execute the following command on your terminal:
        
        ```
        pip3 install pytprot
        
        ```
        
        With, this, the package and its dependencies will be automatically installed within your PYTHONPATH. 
        
        ### 1.2. Through github
        
        First, you have to copy the GitHub repository to a given folder.
        
        ```
        git clone
        
        ```
        
        Then, `cd` into the main folder, and then execute the setup file:
        
        ```
        
        python3 setup.py install
        
        ```
        
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
