Skip to content
Snippets Groups Projects
Commit 4b9848ac authored by AndiMajore's avatar AndiMajore
Browse files

removed builds from git; made title editable

parent 32aa2861
No related branches found
No related tags found
No related merge requests found
......@@ -47,4 +47,4 @@ Thumbs.db
.idea
drugsTone-build
package-lock.json
\ No newline at end of file
package-lock.jsondrugsTone-build
This diff is collapsed.
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -18,7 +18,7 @@ export interface EdgeGroup {
groupName: string;
color: string;
// see https://visjs.github.io/vis-network/docs/network/edges.html
dashes?: false | Array<number>;
dashes?: false | Array<number>;
}
export type Identifier = 'symbol'|'uniprot'|'ensg';
......@@ -29,6 +29,7 @@ export type InteractionProteinProteinDB = 'STRING'|'BioGRID'|'APID';
export type InteractionDatabase = 'omnipath';
export interface IConfig {
title: string;
legendUrl: string;
legendClass: string;
legendPos: 'left' | 'right';
......@@ -61,6 +62,7 @@ export interface IConfig {
*/
export const defaultConfig: IConfig = {
title: 'Drugst.one',
legendUrl: '', // 'https://exbio.wzw.tum.de/covex/assets/leg1.png' show legend image if set, otherwise default legend
legendClass: 'legend',
legendPos: 'left',
......
......@@ -117,7 +117,7 @@
<header class="card-header">
<p class="card-header-title">
Protein-Protein Interaction Network
{{myConfig.title}}
</p>
</header>
<div class="card-content fullheight">
......
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