/bioway

My usually used scripts during my master.

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

bioway utility libraries

Collection of Python libraries to parse bioinformatics files.

Authors Yibin Wang (wangyibin)
Email yibinwang96@outlook.com
License BSD

Table of Contents

Introduction

Content

Installation

The way to install the bioway is:

cd ~/code # or any directory of your choice
git clone git://github.com/wangyibin/bioway.git
cd bioway
python setup.py install

Or:

cd ~/code 
git clone git://github.com/wangyibin/bioway.git
export PYTHONPATH=~/code:$PYTHONPATH

Please replace ~/code above with whatever you like, but it must contain bioway. To avoid setting PYTHONPATH everytime, please insert the export command in your ~/.bashrc or ~/.bash_profile.

Uninstalltion

The way to uninstall the bioway is:

easy_install -m bioway

Or, remove the egg file in your pkgs directory.