Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 357 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 357 Bytes

Formalign

Format and display multiple sequence alignments (nucleotide or protein).

Usage

pip install numpy
pip install requirements.txt
pip install uwsgi
uwsgi --ini formalign_uwsgi.ini

Test

Unit tests

python manage.py test base/tests

Functional tests

python manage.py behave functional_tests/features