/geoboost-ui

Primary LanguageJavaScriptApache License 2.0Apache-2.0

GeoBoost2: Finding Locations of Infected Hosts for Phylogeography and Epidemiology

Web Interface for GeoBoost2. The Web Services are available here.

Dependencies:

Setup:

  1. Create a settings.js file in the bin folder with your configuration details. Refer to settings_template.js
  2. Run npm install to install required NodeJS packages.
  3. Run npm test to ensure that tests are passing.
  4. Run npm start to start the application.