Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
/* *****************************************************************************
* Caleydo - Visualization for Molecular Biology - http://caleydo.org
* Copyright (c) The Caleydo Team. All rights reserved.
* Licensed under the new BSD license, available at http://caleydo.org/license
**************************************************************************** */
import {register} from 'phovea_core/src/plugin';
import reg from './src/phovea';
/**
* build a registry by registering all phovea modules
*/
//other modules
import 'tdp_core/phovea_registry.js';
//self
register('ordino', reg);
* Caleydo - Visualization for Molecular Biology - http://caleydo.org
* Copyright (c) The Caleydo Team. All rights reserved.
* Licensed under the new BSD license, available at http://caleydo.org/license
**************************************************************************** */
import {register} from 'phovea_core/src/plugin';
/**
* build a registry by registering all phovea modules
*/
//other modules
import 'phovea_core/phovea_registry.js';
import 'phovea_ui/phovea_registry.js';
import 'phovea_clue/phovea_registry.js';
//self
register('lineage',require('./phovea.js'));
* Copyright (c) The Caleydo Team. All rights reserved.
* Licensed under the new BSD license, available at http://caleydo.org/license
**************************************************************************** */
import {
register
} from 'phovea_core/src/plugin';
/**
* build a registry by registering all phovea modules
*/
//other modules
import 'phovea_core/phovea_registry.js';
import 'phovea_ui/phovea_registry.js';
//self
register('confusionflow-ui', require('./phovea.js'));
* Licensed under the new BSD license, available at http://caleydo.org/license
**************************************************************************** */
import {register} from 'phovea_core/src/plugin';
/**
* build a registry by registering all phovea modules
*/
//other modules
import 'phovea_core/phovea_registry.js';
import 'phovea_ui/phovea_registry.js';
import 'phovea_d3/phovea_registry.js';
import 'pathfinder_graph/phovea_registry.js';
import 'pathfinder_ccle/phovea_registry.js';
//self
register('pathfinder',require('./phovea.js'));
* Copyright (c) The Caleydo Team. All rights reserved.
* Licensed under the new BSD license, available at http://caleydo.org/license
**************************************************************************** */
import {register} from 'phovea_core/src/plugin';
/**
* build a registry by registering all phovea modules
*/
//other modules
import 'phovea_core/phovea_registry.js';
import 'phovea_vis/phovea_registry.js';
import 'phovea_d3/phovea_registry.js';
import 'phovea_ui/phovea_registry.js';
//self
register('taco',require('./phovea.js'));