hammerlab / immuno

Use somatic mutations to choose a personalized cancer vaccine (tumor-specific immunogenic peptides)
Apache License 2.0
14 stars 3 forks source link

Make separate project for web frontend #166

Open iskandr opened 10 years ago

iskandr commented 10 years ago

It's not clear that the logic of mutation annotation, epitope prediction, and vaccine selection actually need to live in the same repository as the web frontend. It seems messy to have things like a database initialization script in a project where the UI is optional. Maybe we can split this into two repositories and maintain a clean boundary/interface between them?