Skip to content

Commit

Permalink
Merge pull request #58 from Rappsilber-Laboratory/pride-dev
Browse files Browse the repository at this point in the history
fix for spectrum view, change to production js build
  • Loading branch information
colin-combe authored Mar 25, 2024
2 parents ccef097 + d8c1be8 commit 5000fca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 249,862 deletions.
7 changes: 3 additions & 4 deletions static/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,9 @@

<script>
//<![CDATA[
// window.xiSpecBaseDir = "/spectrum/"; // you may need to edit this depending on where xiView_container is in web server folder
window.xiAnnotRoot = "xiAnnotator/";
window.peakListUrl = "https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_peaklist";
xiview.main("PRIDE", "https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_xiview_data");

xiview.main("PRIDE", "https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_xiview_data",
"https://www.ebi.ac.uk/pride/ws/archive/crosslinking/data/get_peaklist", "xiAnnotator/");

//]]>
</script>
Expand Down
Loading

0 comments on commit 5000fca

Please sign in to comment.