Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gramene-search-vis

Package Overview
Dependencies
Maintainers
4
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gramene-search-vis

Visualization used by Gramene search

  • 4.2.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

gramene-search-vis

Use in another project

npm install "git://github.com/warelab/gramene-search-vis.git#master"

Then, in a JSX file

// import
var Vis = require('gramene-search-vis').Vis

// in a render method.
// `taxonomy` is an object provided by gramene-taxonomy-with-genomes (see example)
<Vis taxonomy={taxonomy} />

Run example

  1. npm install
  2. npm install -g live-server
  3. npm install -g grunt-cli

View/run with live recompile/refresh

  1. In one terminal window, with wd project root:

    grunt

    This command builds the .js and .css files. It also watches for changes and updates those files while you work.

  2. In another, with wd project root:

    live-server

    This runs a server that watches the files generated by grunt and injects a doodad into the page to cause a refresh whenever the files change

  3. In your browser, go to 127.0.0.1:8080

FAQs

Package last updated on 25 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc