seqpy
Project description
# pyseq
## Overview
A place to store various python based sequence manipulation stuff.
## Installation
Should be as simple as
git clone https://github.com/dparks1134/seqpy.git cd seqpy python setup.py install
## Example usage
>>> from seqpy.fastx import Fastx >>> f = Fastx() >>> f.revComp("AGCCTCCG") 'CGGAGGCT'
## Help
If you experience any problems using pyseq, open an [issue](https://github.com/dparks1134/seqpy/issues) on GitHub and tell us about it.
## Licence and referencing
Project home page, info on the source tree, documentation, issues and how to contribute, see http://github.com/dparks1134/seqpy
This software is currently unpublished
## Copyright
Copyright (c) 2014 Donovan Parks. See LICENSE.txt for further details.