Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 589 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 589 Bytes

nta_app

Codacy Badge

App for non-targeted analysis of mass spectrometry

For running a development version locally:

  • Requires a mongoDB instance running locally on default port (27017)
  • Run this Django app from manage.py with DJANGO_SETTINGS_MODULE = "settings_local"
  • Run the flask database api (flask_qed repo) using flask_qed/flask_cgi.py