Skip to main content

Read chromatography and mass spectrometry binary files

Project description

Rainbow

a python library for parsing chromatography data

by Eugene Kwan and Evan Shi

Setup

Clone the repository and enter the main directory.

git clone https://github.com/evanyeyeye/rainbow.git
cd rainbow

Create and activate a virtual environment.

virtualenv venv
source venv/bin/activate

Install the required dependencies.

pip install -r requirements.txt

Update your PYTHONPATH by adding this line to your .bash_profile or .bashrc file.

export PYTHONPATH="$PYTHONPATH:(YOUR CURRENT WORKING DIRECTORY)"

Testing

cd test
python test_agilent.py

Docs

cd docs
make html

The docpages are generated under the docs/_build directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rainbow-api-0.1.0.tar.gz (18.2 kB view hashes)

Uploaded Source

Built Distribution

rainbow_api-0.1.0-py3-none-any.whl (21.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page