AguaClara / aguaclara_research

a python package containing research tools for AguaClara
MIT License
1 stars 4 forks source link

aguaclara_research

Build Status codecov.io

This project contains code helpful to those conducting research for AguaClara. The functions included help to parse data from ProCoDA files and then analyze it. Additional scripts help to determine the correct stock concentrations, tubing, and other useful information for experimental setup.

Installation

Pip

You will probably want to install from pip, where we host the latest production package. If you downloaded Anaconda, you'll already have pip installed. The following is how to install with pip:

Installing as a developer

If you want to be able to edit the source code, you need to clone this repo with git, then go into the top level directory with pip: pip install . -U. Now you should be able to import your local version of aguaclara_research into python: import aguaclara_research.

Contributing

Read CONTRIBUTING.