Wiki

Clone wiki

GoreUtilities / Home

Welcome

GoreUtilities repository mainly provides some plotting code and some code to work with file dialogues.

This repository is a required repository for both PlateReaderTools and also for FlowCytometryTools

Set up instructions

Install the following required dependencies

Note: A simple way of installing all of the dependencies (1-4) is using a distribution like canopy.

  1. numpy/scipy
  2. matplotlib
  3. pandas
  4. OPTIONAL ipython notebook

Open the command terminal and enter the following:

>> sudo pip install goreutilities

You're done.

Install using git (developers only)

  1. Using the command terminal go to the folder where you want to work on the repository.

  2. Type

>> git clone https://bitbucket.org/gorelab/goreutilities.git goreutilitiespackage
  1. Add "goreutilitiespackage\GoreUtilities" (not goreutilitiespackage but specifically the subfolder!) to your python path!

  2. When developing, create branches of the 'dev' branch and when finished make a pull request.

Updated