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.
- Host: GitHub
- URL: https://github.com/query/genomeassist
- Owner: query
- Created: 2013-12-16T21:12:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-12-16T21:26:47.000Z (over 12 years ago)
- Last Synced: 2025-03-21T21:44:38.033Z (over 1 year ago)
- Language: Python
- Size: 793 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
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.