Skip to content

Commit

Permalink
Fix some long read CRAM tracks failing to load blocks (#1738)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Feb 24, 2021
1 parent bc87621 commit d4bd417
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/alignments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"dependencies": {
"@gmod/bam": "^1.1.6",
"@gmod/cram": "^1.5.7",
"@gmod/cram": "^1.5.9",
"@material-ui/icons": "^4.9.1",
"abortable-promise-cache": "^1.1.3",
"color": "^3.1.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3975,10 +3975,10 @@
dependencies:
long "^4.0.0"

"@gmod/cram@^1.5.7":
version "1.5.7"
resolved "https://registry.yarnpkg.com/@gmod/cram/-/cram-1.5.7.tgz#f8922081ea37f77fe5f2d167b4e400c22d63799c"
integrity sha512-ivGfFSJf/orKeWhLUl2WfiD14ZCW3TaFbEgxSeaOmFr0sLe8sFWAx5V5xAXXhMgFvvou28vd2pXhZcqvEBXiAw==
"@gmod/cram@^1.5.9":
version "1.5.9"
resolved "https://registry.yarnpkg.com/@gmod/cram/-/cram-1.5.9.tgz#be4db99f01b13ff04b09cc512ee7b924098559b4"
integrity sha512-yUGhMCvZytOkbvgHue0EJ9SuH5ae9kA5bc83Wjd9ahoQ5nG9tj6aLFt79nAQmKG789IOV1nql/ITZoymmUT+ow==
dependencies:
"@babel/runtime-corejs3" "^7.4.5"
"@gmod/binary-parser" "^1.3.5"
Expand Down

0 comments on commit d4bd417

Please sign in to comment.