An open API service indexing awesome lists of open source software.

https://github.com/frederikprijck/angular-escher

An Angular application integrating escher for visualizing biological pathways.
https://github.com/frederikprijck/angular-escher

angular escher pathways rxjs typescript

Last synced: about 1 month ago
JSON representation

An Angular application integrating escher for visualizing biological pathways.

Awesome Lists containing this project

README

          

# angular-escher
[![Build Status](https://travis-ci.org/frederikprijck/angular-escher.svg?branch=master)](https://travis-ci.org/frederikprijck/angular-escher)

An Angular application integrating [escher](https://escher.github.io/) for visualizing biological pathways.

## Running the application

Clone the repository locally

```
git clone https://github.com/frederikprijck/angular-escher
```

Dependencies can be installed using npm in the corresponding folder

```
cd angular-escher
npm install
```

The application can be started using `npm start`, tests are executed using `npm run test`