Skip to content

Commit

Permalink
include sequence-view in nextprot-element import list + some Mathieu'…
Browse files Browse the repository at this point in the history
…s fixes
  • Loading branch information
pamichel committed Jun 14, 2017
1 parent 6eec5d5 commit 4780985
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bioviz-section.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
attached: function() {
this.nx = new Nextprot.Client("neXtprot triple viewer", "Calipho Group");
if (this.nxConfig.env) nx.updateEnvironment(this.nxConfig.env);
if (this.nxConfig.env) this.nx.updateEnvironment(this.nxConfig.env);
this.nxEntry = this.nx.getEntryName(this.nxConfig.entry);
this.bv = new nxBioViz();
this.bv.init("#bioviz-container", this.isoform);
Expand Down
6 changes: 6 additions & 0 deletions function-view.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
<link rel="import" href="keywords-section.html">
<link rel="import" href="xrefs-section.html">
<link rel="import" href="nextprot-elements-shared-styles.html">

<!--
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="https://rawgit.com/calipho-sib/nextprot-js/master/dist/nextprot.min.js"></script>
-->

<!--
`function-view`
View listing protein function annotations.
Expand Down
4 changes: 2 additions & 2 deletions nextprot-elements.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<link rel="import" href="medical-view.html">
<link rel="import" href="interactions-view.html">
<link rel="import" href="localization-view.html">
<!--<link rel="import" href="sequence-view.html">
<link rel="import" href="proteomics-view.html">
<link rel="import" href="sequence-view.html">
<!--<link rel="import" href="proteomics-view.html">
<link rel="import" href="structures-view.html">
<link rel="import" href="publications-view.html">-->
<link rel="import" href="blast-view.html">
Expand Down

0 comments on commit 4780985

Please sign in to comment.