Metadata-Version: 2.1
Name: cell2cell
Version: 0.2.0
Summary: TBD
Home-page: UNKNOWN
Author: cell2cell development team
Author-email: earmingol@eng.ucsd.edu
Maintainer: cell2cell development team
Maintainer-email: earmingol@eng.ucsd.edu
License: BSD-3-Clause
Description: # Capturing Cell-Cell Interactions with cell2cell
        
        ## Installation
        Create a new conda environment:
        ```
        conda create -n cell2cell -y python=3.7 jupyter
        ```
        
        Go into cell2cell directory:
        ```
        cd cell2cell
        ```
        
        Then, install cell2cell:
        ```
        pip install .
        ```
        
        ## Compatible Data and Formats
        
        
        ## Functions
        
        
        ## Example
        One example of using and running cell2cell is 
         [available here for C.elegans](./notebooks/CElegans-CCI-binary-STRINGdb.ipynb).
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Description-Content-Type: text/markdown
