Auspice

Auspice

  • Docs

›Introduction

Introduction

  • Overview
  • Installing auspice
  • Input file formats

Customisations

  • Extending Auspice
  • Customising the Client

    • Injecting custom components
    • Sidebar theming

    Customising the Server

    • Auspice Server API
    • Deploying auspice without a server
  • Authentication

Tutorial

  • Auspice functionality

Auspice: an open-source interactive tool for visualising phylogenomic data

Please not that these docs describe the newest version of auspice (versions 1.35+). The new APIs are in flux and we expect they will change before version 2.0 is released. If you use these versions of auspice we would love to hear about your experiences! (Contact links at the bottom of the page).

Auspice is an interactive visualisation platform for phylogenomic and other other datasets related to evolution. It was originally designed for nextstrain.org, which aims to aims to provide a continually-updated view of publicly available pathogen genome data. Auspice can be used locally to view datasets, or deployed to server- or serverless-websites. It allows easy customisation of aesthetics and functionality, and powers the visualisations on nextstrain.org.

  • overview of functionality
  • installation instructions
  • customising your auspice build
  • releasing
  • data formats.

Running Auspice Locally

Auspice by itself is a visualisation tool for local datasets. It runs a local server to deliver the files the the visualisation to localhost:4000. After installing, you can access datasets in the current directory by running

auspice view

Please see auspice view -h for all available options.

The provided server (node auspice.js view or auspice view) could be used as a production server, perhaps with custom handlers provided (see these docs).

Building Auspice Locally

Building auspice shouldn't be necessary if you have installed it as a npm dependency. Building auspice is necessary if you have installed it from source, or if you would like to extend it with your customisations.

From the auspice source direcory: node auspice.js build --verbose

If auspice is installed globally: auspice build --verbose

License and copyright

Copyright © 2014-2018 Trevor Bedford and Richard Neher.

Source code to Nextstrain is made available under the terms of the GNU Affero General Public License (AGPL). Nextstrain is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

Last updated on 1/2/2019
Installing auspice →
  • Running Auspice Locally
  • Building Auspice Locally
  • License and copyright
Auspice
Docs
Splash PageOverview
Links
GitHubNPMNextstrain
Contact
emailtwitter
If you use auspice, please cite Hadfield et al., 2018
Copyright © 2014-2019 Richard Neher & Trevor Bedford