pyMiRNA README file
===================

The pyMiRNA is a Pythonic library for microRNA data analysis.

Install
=======
python setup.py build
python setup.py test
python setup.py install --record installed_files.txt

Uninstall
=========
cat installed_files.txt | xargs rm -rf

Example Usage
=============
1. Reading fasta sequence

	cd pymirna/Examples
    python seqio_example.py ../Datasets/EST_test.fasta

# __author__="kulwadee"
