Skip to content

Commit

Permalink
Rename GPML Nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
SainiAditya1 committed Jun 21, 2024
1 parent cd63f6b commit 7d9034c
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions app/img/nodes/metabolite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
18 changes: 9 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -845,28 +845,28 @@
<div class="panel-body">
<div id="gpml-node-palette" class="element-palette node-palette">
<div class="paletteWrapper">
<div class="paletteCol"><img src="app/img/nodes/Gene.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/gene-product.svg" language="GPML"
value="Gene" title="Gene" /></div>
<div class="paletteCol"><img src="app/img/nodes/meta.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/metabolite.svg" language="GPML"
value="Meta" title="Meta" /></div>
<div class="paletteCol"><img src="app/img/nodes/prot.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/protein-gpml.svg" language="GPML"
value="Protein" title="Protein" /></div>
<div class="paletteCol"><img src="app/img/nodes/dna.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/DNA.svg" language="GPML"
value="DNA" title="DNA" /></div>
<div class="paletteCol"><img src="app/img/nodes/rna.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/RNA-gpml.svg" language="GPML"
value="RNA" title="RNA" /></div>

<div class="paletteCol"><img src="app/img/nodes/path.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/pathway.svg" language="GPML"
value="Path" title="Path" /></div>
<div class="paletteCol"><img src="app/img/nodes/dise.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/disease.svg" language="GPML"
value="Dise" title="Dise" /></div>
<div class="paletteCol"><img src="app/img/nodes/phen.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/phenotype-gpml.svg" language="GPML"
value="Phen" title="Phen" /></div>
<div class="paletteCol"><img src="app/img/nodes/alias.svg" language="GPML"
value="Alias" title="Alias" /></div>
<div class="paletteCol"><img src="app/img/nodes/event.svg" language="GPML"
value="Event" title="Event" /></div>
<div class="paletteCol"><img src="app/img/nodes/cell.svg" language="GPML"
<div class="paletteCol"><img src="app/img/nodes/cellnode.svg" language="GPML"
value="Cell" title="Cell" /></div>
<div class="paletteCol"><img src="app/img/nodes/organ.svg" language="GPML"
value="Organ" title="Organ" /></div>
Expand Down

0 comments on commit 7d9034c

Please sign in to comment.