pelkmanslab / TissueMAPS-OLD

Old TissueMAPS code (until 2016); please use pelkmanslab/TissueMAPS instead.
http://github.com/pelkmanslba/TissueMAPS
0 stars 0 forks source link

TissueMAPS


Online documentation

For the moment, documentation is available at tissuemaps.org <http://tissuemaps.org/>_ and requires authentication. Use can login with your Github username.

Once repositories will be public, documentation will be hosted on Read the Docs <https://readthedocs.org/>_.

Installation of TissueMAPS Python packages during pre-release phase

The installation guide of the documentation already assumes that packages are available on PiPy <https://pypi.python.org/pypi>. For now, they still need to be installed from Github. This can get a bit tricky, because cloning private repositories require authentication. Best practice is to use SSH key-based authentication or deploy keys <https://developer.github.com/guides/managing-deploy-keys/#deploy-keys>. In addition, the setup.py files also already declare the packages as requirements that can be installed from PiPy.

You may find the following steps helpful: