UNPKG

cttv.genome

Version:

Lightweight genome browser for CTTV targets based on TnT Genome

11 lines (8 loc) 213 B
// tnt global if (typeof tnt === "undefined") { tnt = {}; } tnt.board = require("tnt.genome"); tnt.utils = require("tnt.utils"); tnt.tooltip = require("tnt.tooltip"); module.exports = require("./index.js");