Skip to content

Commit

Permalink
Update hic-straw to fix error for hic files with many scaffolds (#1573)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Dec 19, 2020
1 parent 0808be9 commit f033ae9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/hic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"abortable-promise-cache": "^1.0.1",
"color": "^3.1.3",
"hic-straw": "^1.2.2"
"hic-straw": "^2.0.2"
},
"peerDependencies": {
"@jbrowse/core": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14412,10 +14412,10 @@ hex-color-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/hex-color-regex/-/hex-color-regex-1.1.0.tgz#4c06fccb4602fe2602b3c93df82d7e7dbf1a8a8e"
integrity sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==

hic-straw@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/hic-straw/-/hic-straw-1.2.2.tgz#5c19bd56b14b74a55bec38abaf4f54d2aba1fed1"
integrity sha512-fp8m8LmowwN8/HLOvGgCapcwaX/xyZ3jmgVZeSOrMphFR0j4gxm+1f0l9Q1FxZYfZJ1ooSIfpXJQx6z8Ylnzlg==
hic-straw@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/hic-straw/-/hic-straw-2.0.2.tgz#4c989ca14f35755d14923c576a7a4c76405ca63d"
integrity sha512-buA/yLxHNbV6POP79gzOwSk1QhOBBlqt728sP7smJwbOe9K3k9fyBbPMI8sdWmbVtdV6wyC6dxn3/EnunpddcA==

highlight.js@^10.1.1, highlight.js@~10.2.0:
version "10.2.1"
Expand Down

0 comments on commit f033ae9

Please sign in to comment.