Skip to content

murphygroup/pyslic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====================================================
PySLIC: Python Subcellular Location Image Classifier
====================================================

This is a re-implementation in Python of the Murphy Lab image classification code.

==========================================
INSTALL
==========================================

python setup.py install

or

python setup.py install --prefix=<SOME_PATH_TO_INSTALL_TO>


==========================================
DEPENDENCIES
==========================================

------------------
Hard Dependencies
------------------

These are needed for Python 2.5 to run.

The dependencies are fairly standard libraries:

	+ numpy
	+ scipy
    + Python Imaging Library

On ubuntu, you can use the following command to install dependencies:

sudo aptitude install python-numpy python-scipy python-imaging