intermine / bluegenes-go-term-visualizer

MIT License
1 stars 7 forks source link
bluegenes-tool

BlueGenes GO-term Visualizer

BlueGenes GO-term Visualizer is a tool made for BlueGenes following BlueGenes Tool API. Visualize gene ontology terms by their amount of matches for items in a list. Allows you to filter and adjust the enrichment results.

Licence

MIT

To set up locally for development

  1. Clone the repo
  2. cd bluegenes-GO-term-visualizer and then npm install to install dependencies.

All of the editable source files for css and js are in src. To bundle for prod, run the following commands:

CSS

Assuming less is installed globally:

npm run less

JS

Assuming webpack is installed globally:

Single build:
npm run build
Applied Coding practices / ESLint Rules:
Developing:

To serve your code at localhost:3456 and rebuild it every time it changes, run:

npm run dev