Skip to content
Snippets Groups Projects
Commit ebbe5211 authored by Michael Hartung's avatar Michael Hartung
Browse files

work in progress

parent 02dd7200
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ import {OmnipathControllerService} from '../../services/omnipath-controller/omni
import html2canvas from 'html2canvas';
import {NetworkSettings} from '../../network-settings';
import {defaultConfig, EdgeGroup, IConfig, NodeGroup} from '../../config';
import {Subscription} from "rxjs";
declare var vis: any;
......@@ -178,6 +177,8 @@ export class ExplorerPageComponent implements OnInit, AfterViewInit {
document.documentElement.style.setProperty('$primary', color);
}
async getInteractions() {
const names = this.nodeData.nodes.map( (node) => node.label);
const nameToNetworkId = {};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment