-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dependencies, refactor tests (#38)
- Loading branch information
1 parent
06c9b87
commit f26b9df
Showing
13 changed files
with
8,001 additions
and
21,221 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
} | ||
</style> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected].8/dist/hglib.css"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected].11/dist/hglib.css"> | ||
<link rel="stylesheet" href="hglib.css"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pixi.js/5.2.3/pixi.min.js"></script> | ||
<script crossorigin src="https://unpkg.com/react@16/umd/react.development.js"></script> | ||
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script> | ||
<script crossorigin src="https://unpkg.com/[email protected].8/dist/hglib.min.js"></script> | ||
<script crossorigin src="https://cdn.jsdelivr.net/npm/react@16/umd/react.development.js"></script> | ||
<script crossorigin src="https://cdn.jsdelivr.net/npm/react-dom@16/umd/react-dom.development.js"></script> | ||
<script crossorigin src="https://cdn.jsdelivr.net/npm/[email protected].11/dist/hglib.min.js"></script> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/react-bootstrap/0.32.1/react-bootstrap.min.js"></script> | ||
</head> | ||
<body> | ||
|
@@ -29,7 +29,7 @@ | |
<div style="height: 1500px"></div> | ||
</body> | ||
<script src="hglib.js"></script> | ||
<script crossorigin src="https://unpkg.com/higlass-sequence/dist/higlass-sequence.js"></script> | ||
<script crossorigin src="https://cdn.jsdelivr.net/npm/higlass-sequence/dist/higlass-sequence.js"></script> | ||
<script> | ||
var viewConfig = | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.