Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 505 Bytes

README.org

File metadata and controls

26 lines (16 loc) · 505 Bytes

formosa

formosa is a Python library to facilitate sampling nucleic acid motifs by information content. formosa is FOR MOtif SAmpling.

Installation

$ sudo python setup.py install

After installation, you should run the unit tests:

$ nosetests

Usage

Command line

Run:

$ python formosa.py -h 

for example usage.

In Python scripts

In the imports section of your script, type:

from formosa import *

See using_formosa.ipynb for a tutorial on using formosa.