An open API service indexing awesome lists of open source software.

https://github.com/query/genomeassist

Course project for 600.615. A Web-based frontend for the comparison of sequence alignment tools.
https://github.com/query/genomeassist

Last synced: about 2 months ago
JSON representation

Course project for 600.615. A Web-based frontend for the comparison of sequence alignment tools.

Awesome Lists containing this project

README

          

# GenomeAssist

Mansi Arora and Roger Que,
[600.615](http://www.cs.jhu.edu/~yanif/teaching/bdslss/),
Fall 2013,
[Johns Hopkins University](http://www.jhu.edu/)

---

For an introduction to GenomeAssist, see [the project
writeup](writeup/writeup.pdf).

The primary Django application, with Celery tasks, is located in the
`genomeassist/` directory.
Python dependencies can be installed using `pip -r requirements.txt`.
[Bower](http://bower.io/) is required for the management of frontend
dependencies.

Additionally, installation-specific settings should be specified in
`genomeassist/local_settings.py`.
Consult the `settings.py` file in the same directory for more information on
which variables are used by GenomeAssist.