Skip to content

Commit

Permalink
Added more detail to Encode dialog, including bio rep, tech rep, and …
Browse files Browse the repository at this point in the history
…file accession number. See #285
  • Loading branch information
jrobinso committed Feb 2, 2019
1 parent 73259b2 commit 23c5314
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 50,160 deletions.
4 changes: 2 additions & 2 deletions website/js/encode.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ var juicebox = (function (juicebox) {
"Cell Type": tokens[2],
"Assay Type": tokens[3],
"Target": tokens[4],
"Lab": tokens,
"Format": tokens[8],
"Output Type": tokens[7],
"Lab": tokens[9],
"url": "https://www.encodeproject.org" + tokens[10],
"Bio Rep": tokens[5],
"Tech Rep": tokens[6]
"Tech Rep": tokens[6],
"Accession": tokens[11]
};
constructName(record);

Expand Down
50,156 changes: 0 additions & 50,156 deletions website/js/igv.js

This file was deleted.

6 changes: 5 additions & 1 deletion website/js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -598,11 +598,15 @@ var juicebox = (function (site) {

columnFormat =
[
{'Assembly': '10%'},
{'Cell Type': '10%'},
{'Target': '10%'},
{'Assay Type': '20%'},
{'Output Type': '20%'},
{'Bio Rep':'10%'},
{'Tech Rep': '10%'},
{'Format': '10%'},
{'Experiment': '10%'},
{'Accession': '10%'},
{'Lab': '20%'}
];

Expand Down
2 changes: 1 addition & 1 deletion website/oAuth-dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="stylesheet" href="css/juicebox.css">

<!-- IGV JS -->
<script src="js/igv.js"></script>
<script src="https://cdn.jsdelivr.net/npm/igv@2.2.2/dist/igv.min.js"></script>

<!-- Vendor JS -->
<script src="../../vendor/colors.js"></script>
Expand Down

0 comments on commit 23c5314

Please sign in to comment.