Skip to content

Commit ba69c14

Browse files
authored
Merge pull request #127 from colin-combe/master
added citation, incremented version number
2 parents 86c9b2f + c9b98c8 commit ba69c14

4 files changed

Lines changed: 15 additions & 10 deletions

File tree

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
xiNET interaction viewer
2-
========================
1+
ComplexViewer
2+
==============
33

4-
v1.0 of the interaction viewer is deployed in EBI's Complex Portal, e.g. http://www.ebi.ac.uk/intact/complex/details/EBI-706830
4+
[Colin W Combe, Marine (Dumousseau) Sivade, Henning Hermjakob, Joshua Heimbach, Birgit H M Meldal, Gos Micklem, Sandra Orchard, Juri Rappsilber; ComplexViewer: visualization of curated macromolecular complexes, _Bioinformatics_, Volume 33, Issue 22, 15 November 2017, Pages 3673–3675, https://doi.org/10.1093/bioinformatics/btx497](https://doi.org/10.1093/bioinformatics/btx497)
5+
6+
v1 of the interaction viewer is deployed in EBI's Complex Portal, e.g. http://www.ebi.ac.uk/intact/complex/details/EBI-706830
57

68
We are working towards a general purpose web component for visualising interactions between biomolecules.
79
The aim is to represent the data present in the PSI-MI standards.
810

9-
Join us!
10-
11-
##Input data
11+
## Input data
1212

1313
The 'MI-JSON' data format consumed by the interaction-viewer is generated by the JAMI framework.
1414
See: https://github.com/MICommunity/psimi
@@ -17,8 +17,9 @@ JAMI is capable of converting between various MI data formats, it can convert th
1717

1818
JAMI was originally developed by Marine Dumousseau, who also largely determined the structure of the MI-JSON format the viewer reads.
1919

20-
##Build Process
20+
## Build Process
2121

22+
(0. install nodejs, npm)
2223
1. Clone the repository.
2324
2. $ cd /interaction-viewer
2425
3. $ npm install

demo/css/demo.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
width:100%;
1616
}
1717

18+
.page-header h1{
19+
color: white;
20+
text-decoration: underline;
21+
}
22+
1823
h1 {
1924
font-size:1.6em;
2025
display:inline;

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727

2828
<div class="page-header">
2929
<i class="fa fa-github" onclick="window.location = 'https://github.com/MICommunity/ComplexViewer';" title="Go to GitHub project" style="margin-right:5px;"></i>
30-
<h1>ComplexViewer</h1>
31-
<p>Colin Combe, Marine (Dumousseau) Sivade, Henning Hermjakob, Joshua Heimbach, Birgit Meldal, Gos Micklem, Sandra Orchard, Juri Rappsilber</p>
30+
<a target="_blank" href="https://doi.org/10.1093/bioinformatics/btx497"><h1>ComplexViewer: visualization of curated macromolecular complexes</h1></a>
3231
</div>
3332

3433
<div id="centre">

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "complexviewer",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "A network visualisation that displays molecular interaction data, including detailed residue-level information such as binding sites. v1 is used in EBI's Complex Portal. The aim for v2 is a general purpose viewer for PSI-MI XML data",
55
"author": {
66
"name": "Colin Combe",

0 commit comments

Comments
 (0)