Skip to content

Commit

Permalink
Fix for BAM files (#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin authored Mar 14, 2022
1 parent 541241d commit b183df6
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 @@ -35,7 +35,7 @@
"useSrc": "node ../../scripts/useSrc.js"
},
"dependencies": {
"@gmod/bam": "^1.1.13",
"@gmod/bam": "^1.1.14",
"@gmod/cram": "^1.6.1",
"@material-ui/icons": "^4.9.1",
"abortable-promise-cache": "^1.5.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1443,10 +1443,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@gmod/bam@^1.1.13":
version "1.1.13"
resolved "https://registry.yarnpkg.com/@gmod/bam/-/bam-1.1.13.tgz#2b55cbd1d487bc360ecb6a34448669b4b29bef35"
integrity sha512-5vmQJLetkX3cSxO5gn8BU6Qp6FUkBH9dJIWN/dW5ePArek/2ok+Ah1FsihP/V1/jqEhiztLdhptlIVOZbjY56w==
"@gmod/bam@^1.1.14":
version "1.1.14"
resolved "https://registry.yarnpkg.com/@gmod/bam/-/bam-1.1.14.tgz#1f807894feea0c5c4ac5ffc93564a50de1889c67"
integrity sha512-vxZ4nXGi/ygbHfGhj3IqKA9AF2KrD3zo30MerhImyXm2Yk5SnKYCVAZjcNxoikAz4xcrsREs0bX2xaupe7sfrA==
dependencies:
"@gmod/bgzf-filehandle" "^1.3.3"
buffer-crc32 "^0.2.13"
Expand Down

0 comments on commit b183df6

Please sign in to comment.