Skip to content

Latest commit

 

History

History
executable file
·
22 lines (17 loc) · 1.08 KB

README.md

File metadata and controls

executable file
·
22 lines (17 loc) · 1.08 KB

ZooPhy: Reconstructing Virus Spread using Phylogeography

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

Dependencies:

Setup:

  1. Create a secret_settings.js file in the bin folder with your configuration details. Refer to settings_template.js
  2. Create a utils.js file in public/javascript folder with your uri details. Refer to utils_template.js
  3. Run npm install to install required NodeJS packages.
  4. Run npm test to ensure that tests are passing.
  5. Run npm start to start the application.