UNPKG

molstar

Version:

A comprehensive macromolecular library.

15 lines (14 loc) 568 B
"use strict"; /** * Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Stories = void 0; const kinase_1 = require("./kinase"); const tbp_1 = require("./tbp"); exports.Stories = [ { id: 'kinase', name: 'BCR-ABL: A Kinase Out of Control', buildStory: kinase_1.buildStory }, { id: 'tata', name: 'TATA-Binding Protein and its Role in Transcription Initiation ', buildStory: tbp_1.buildStory }, ];